diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-08-21T19·50+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-08-21T19·50+0200 |
commit | 3f80060500bb3a9dff192c11af63da7364673ab0 (patch) | |
tree | 49aa943001a44d1db7f5fdb1e87d15f55f67bfa3 /tests/filter-source.sh | |
parent | 809ca33806d75eeabb9c668b124762fb6462e5bc (diff) |
Fix tests
So all these years I was totally deluded about the meaning of "set -e". You might think that it causes statements like "false && true" or "! true" to fail, but it doesn't...
Diffstat (limited to 'tests/filter-source.sh')
-rw-r--r-- | tests/filter-source.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/filter-source.sh b/tests/filter-source.sh index f7a096ed605d..1f8dceee5786 100644 --- a/tests/filter-source.sh +++ b/tests/filter-source.sh @@ -12,7 +12,6 @@ ln -s xyzzy $TEST_ROOT/filterin/link nix-build ./filter-source.nix -o $TEST_ROOT/filterout -set -x test ! -e $TEST_ROOT/filterout/foo/bar test -e $TEST_ROOT/filterout/xyzzy test -e $TEST_ROOT/filterout/bak |