diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-02-01 09:30:55 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-02-01 09:30:55 +0100 |
commit | 9640208d00542afb704d2d2c39c302dc4c93d4cd (patch) | |
tree | 2a4da6a6b629fdcecd8186bdb1d1a56770c655b5 /tests | |
parent | 54037f4e2d0045aacd044b714e4bf77d0924f249 (diff) |
Fix test
https://hydra.nixos.org/build/111166467
Diffstat (limited to 'tests')
-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 a462dbf50..8d0fdc10f 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 |