Fix tarball test
The tarball cache is stored in $HOME, so the test should set up its own $HOME.
This commit is contained in:
parent
898703e006
commit
90aec21d76
|
@ -2,6 +2,9 @@ source common.sh
|
||||||
|
|
||||||
clearStore
|
clearStore
|
||||||
|
|
||||||
|
export HOME=$TEST_ROOT/home
|
||||||
|
rm -rf $TEST_ROOT/home
|
||||||
|
|
||||||
tarroot=$TEST_ROOT/tarball
|
tarroot=$TEST_ROOT/tarball
|
||||||
rm -rf $tarroot
|
rm -rf $tarroot
|
||||||
mkdir -p $tarroot
|
mkdir -p $tarroot
|
||||||
|
|
Loading…
Reference in a new issue