1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-29 21:50:58 +01:00

* Now all the tests succeed (which mostly means there are not enough

tests... ;-)
This commit is contained in:
Eelco Dolstra 2008-03-07 12:10:33 +00:00
parent 95fa444587
commit 8472d7eb31
6 changed files with 183 additions and 153 deletions

View file

@ -11,7 +11,7 @@ $nixstore -q --graph "$drvPath" > $TEST_ROOT/graph
if test -n "$dot"; then
# Does it parse?
$dot < $TEST_ROOT/graph
fi
fi
outPath=$($nixstore -rvv "$drvPath")