chiark / gitweb /
Test suite: make HOME be an absolute path (!)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 19 Apr 2015 15:34:43 +0000 (16:34 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 31 May 2015 10:54:05 +0000 (11:54 +0100)
tests/lib

index 939aa6c6e24fa525c7a55f399c5777d6b75fc3c2..70cda8f6fefa45d911df58f659da06192542eb0d 100644 (file)
--- a/tests/lib
+++ b/tests/lib
@@ -22,9 +22,9 @@ if [ x"$tmp" = x ]; then
        mkdir $tmp
 fi
 cd $tmp
        mkdir $tmp
 fi
 cd $tmp
-export HOME=$tmp
 
 tmp=`pwd`
 
 tmp=`pwd`
+export HOME=$tmp
 export DGIT_TEST_DUMMY_DIR=$tmp
 ln -f $troot/ssh ssh
 
 export DGIT_TEST_DUMMY_DIR=$tmp
 ln -f $troot/ssh ssh