From 3f80060500bb3a9dff192c11af63da7364673ab0 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 21 Aug 2014 21:50:19 +0200 Subject: 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... --- tests/filter-source.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/filter-source.sh') 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 -- cgit 1.4.1