From 90aec21d76a2efae33d4b995ab772251a5778e1a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 2 Jun 2015 13:20:43 +0200 Subject: [PATCH] Fix tarball test The tarball cache is stored in $HOME, so the test should set up its own $HOME. --- tests/tarball.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/tarball.sh b/tests/tarball.sh index 6d02544cf..cb5258a9e 100644 --- a/tests/tarball.sh +++ b/tests/tarball.sh @@ -2,6 +2,9 @@ source common.sh clearStore +export HOME=$TEST_ROOT/home +rm -rf $TEST_ROOT/home + tarroot=$TEST_ROOT/tarball rm -rf $tarroot mkdir -p $tarroot