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

This commit is contained in:
Junio C Hamano
2014-09-23 10:48:58 -07:00
parent c4517cb977
commit 2eb29cb169

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