From dbefe9e6b8e4db54be0bd63d3318019d0e3043ac Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 31 Jan 2020 14:55:37 +0100 Subject: [PATCH] Fix test https://hydra.nixos.org/build/111146865 --- tests/dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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