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/build-hook.hook.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/build-hook.hook.sh')
-rwxr-xr-x | tests/build-hook.hook.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/build-hook.hook.sh b/tests/build-hook.hook.sh index ff709985d3af..c7472eab7600 100755 --- a/tests/build-hook.hook.sh +++ b/tests/build-hook.hook.sh @@ -20,4 +20,4 @@ while read x y drv rest; do echo "# decline" >&2 fi -done \ No newline at end of file +done |