Replace $TMPDIR with $TEST_ROOT in tests/fetchurl.sh

$TMPDIR isn't necessarily set and would cause this test to fail.
This commit is contained in:
Eric Culp 2019-10-31 17:55:43 -07:00
parent 48f0a76372
commit 6c041e8413

View file

@ -35,7 +35,7 @@ clearStore
hash=$(nix hash-file --type sha512 --base64 ./fetchurl.sh)
hash32=$(nix hash-file --type sha512 --base16 ./fetchurl.sh)
mirror=$TMPDIR/hashed-mirror
mirror=$TEST_ROOT/hashed-mirror
rm -rf $mirror
mkdir -p $mirror/sha512
ln -s $(pwd)/fetchurl.sh $mirror/sha512/$hash32