mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Handle $TMPDIR ending with a slash
This caused the gc test to fail on Darwin.
This commit is contained in:
parent
29727ff944
commit
af3db853fa
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ if test "$text" != "Hello World!"; then exit 1; fi
|
|||
nix-store --delete $outPath
|
||||
if test -e $outPath/hello; then false; fi
|
||||
|
||||
outPath="$(NIX_REMOTE=local?store=/foo\&real=$TMPDIR/real-store nix-instantiate --readonly-mode hash-check.nix)"
|
||||
outPath="$(NIX_REMOTE=local?store=/foo\&real=$TEST_ROOT/real-store nix-instantiate --readonly-mode hash-check.nix)"
|
||||
if test "$outPath" != "/foo/lfy1s6ca46rm5r6w4gg9hc0axiakjcnm-dependencies.drv"; then
|
||||
echo "hashDerivationModulo appears broken, got $outPath"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue