about summary refs log tree commit diff
path: root/tests/dependencies.sh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-03-01T13·25+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-03-01T13·25+0000
commite48bd8c8b50e48db297e49fb325a94e854d6bdad (patch)
tree87bb3798180f9e098257266623ab23fdf1a9cd0f /tests/dependencies.sh
parent458820df6cb976e0642c67ca775d8e7095c091f2 (diff)
* Add a test for nix-log2xml.
Diffstat (limited to 'tests/dependencies.sh')
-rw-r--r--tests/dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dependencies.sh b/tests/dependencies.sh
index cc912f8ef6..434027e461 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