Meta/Dothem: fix typo that prevented ramdisk testpen from getting used

todo
Junio C Hamano 2014-09-23 10:48:58 -07:00
parent c4517cb977
commit 2eb29cb169
1 changed files with 1 additions and 1 deletions

2
Dothem
View File

@ -42,7 +42,7 @@ for TRASH in /dev/shm /tmp ""
do
if test -n "$TRASH" &&
mkdir -p "$TRASH/testpen" 2>/dev/null &&
test -w "TRASH/testpen"
test -w "$TRASH/testpen"
then
TRASH="--root=$(cd "$TRASH/testpen" && /bin/pwd)"
break