diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-03-01T13·25+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-03-01T13·25+0000 |
commit | e48bd8c8b50e48db297e49fb325a94e854d6bdad (patch) | |
tree | 87bb3798180f9e098257266623ab23fdf1a9cd0f /tests/dependencies.sh | |
parent | 458820df6cb976e0642c67ca775d8e7095c091f2 (diff) |
* Add a test for nix-log2xml.
Diffstat (limited to 'tests/dependencies.sh')
-rw-r--r-- | tests/dependencies.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dependencies.sh b/tests/dependencies.sh index cc912f8ef6ca..434027e461fe 100644 --- a/tests/dependencies.sh +++ b/tests/dependencies.sh @@ -4,7 +4,7 @@ drvPath=$($nixinstantiate dependencies.nix) echo "derivation is $drvPath" -$TOP/src/nix-store/nix-store -q --tree "$drvPath" | grep ' +---.*builder1.sh' +$nixstore -q --tree "$drvPath" | grep ' +---.*builder1.sh' # Test Graphviz graph generation. $nixstore -q --graph "$drvPath" > $TEST_ROOT/graph |