diff options
Diffstat (limited to 't/chainlint/exclamation.expect')
-rw-r--r-- | t/chainlint/exclamation.expect | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/chainlint/exclamation.expect b/t/chainlint/exclamation.expect new file mode 100644 index 0000000000..078744b61b --- /dev/null +++ b/t/chainlint/exclamation.expect @@ -0,0 +1,4 @@ +2 if ! condition; then echo nope; else yep; fi && +3 test_prerequisite !MINGW && +4 mail uucp!address && +5 echo !whatever! |