diff options
Diffstat (limited to 't/chainlint/exclamation.expect')
-rw-r--r-- | t/chainlint/exclamation.expect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/chainlint/exclamation.expect b/t/chainlint/exclamation.expect index 2d961a5..765a35b 100644 --- a/t/chainlint/exclamation.expect +++ b/t/chainlint/exclamation.expect @@ -1,4 +1,4 @@ -if ! condition ; then echo nope ; else yep ; fi && +if ! condition; then echo nope; else yep; fi && test_prerequisite !MINGW && mail uucp!address && echo !whatever! |