summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-04-19 16:34:43 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-05-31 11:54:05 +0100
commit637c65f6a92e5a8436661ef0898079c0c0a104b0 (patch)
treeb2d790d9f6c3e5e20b277c1e21efe427451f4042 /tests
parent38b8cc309c7960a312f375b60dad41ef17ba2739 (diff)
Test suite: make HOME be an absolute path (!)
Diffstat (limited to 'tests')
-rw-r--r--tests/lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib b/tests/lib
index 939aa6c..70cda8f 100644
--- a/tests/lib
+++ b/tests/lib
@@ -22,9 +22,9 @@ if [ x"$tmp" = x ]; then
mkdir $tmp
fi
cd $tmp
-export HOME=$tmp
tmp=`pwd`
+export HOME=$tmp
export DGIT_TEST_DUMMY_DIR=$tmp
ln -f $troot/ssh ssh