From 90aec21d76a2efae33d4b995ab772251a5778e1a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 2 Jun 2015 13:20:43 +0200 Subject: 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(+) (limited to 'tests') diff --git a/tests/tarball.sh b/tests/tarball.sh index 6d02544cfae3..cb5258a9e548 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 -- cgit 1.4.1