Fix tarball test

The tarball cache is stored in $HOME, so the test should set up its
own $HOME.
This commit is contained in:
Eelco Dolstra 2015-06-02 13:20:43 +02:00
parent 898703e006
commit 90aec21d76

View file

@ -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