aboutsummaryrefslogtreecommitdiff
path: root/tests/filter-source.sh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-08-21 21:50:19 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-08-21 21:50:19 +0200
commit3f80060500bb3a9dff192c11af63da7364673ab0 (patch)
tree49aa943001a44d1db7f5fdb1e87d15f55f67bfa3 /tests/filter-source.sh
parent809ca33806d75eeabb9c668b124762fb6462e5bc (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.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/filter-source.sh b/tests/filter-source.sh
index f7a096ed6..1f8dceee5 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