aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-01-31 14:55:37 +0100
committerEelco Dolstra <edolstra@gmail.com>2020-01-31 14:55:37 +0100
commitdbefe9e6b8e4db54be0bd63d3318019d0e3043ac (patch)
treefb90717985b15f7bb22119966c780b378c287381 /tests
parente91f32f2b58eda31fa8d8206ce9d0a8aef52ad13 (diff)
Fix test
https://hydra.nixos.org/build/111146865
Diffstat (limited to 'tests')
-rw-r--r--tests/dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dependencies.sh b/tests/dependencies.sh
index 4be241482..a462dbf50 100644
--- a/tests/dependencies.sh
+++ b/tests/dependencies.sh
@@ -6,7 +6,7 @@ drvPath=$(nix-instantiate dependencies.nix)
echo "derivation is $drvPath"
-nix-store -q --tree "$drvPath" | grep '│ └───.*builder1.sh'
+nix-store -q --tree "$drvPath" | grep '. .───.*builder1.sh'
# Test Graphviz graph generation.
nix-store -q --graph "$drvPath" > $TEST_ROOT/graph