From 637c65f6a92e5a8436661ef0898079c0c0a104b0 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 19 Apr 2015 16:34:43 +0100 Subject: [PATCH] Test suite: make HOME be an absolute path (!) --- tests/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib b/tests/lib index 939aa6c6..70cda8f6 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 -- 2.30.2