aboutsummaryrefslogtreecommitdiffstats
path: root/t/chainlint/exclamation.test
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/exclamation.test')
-rw-r--r--t/chainlint/exclamation.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/exclamation.test b/t/chainlint/exclamation.test
index 323595b5bd..796de21b7c 100644
--- a/t/chainlint/exclamation.test
+++ b/t/chainlint/exclamation.test
@@ -1,3 +1,4 @@
+test_expect_success 'exclamation' '
# LINT: "! word" is two tokens
if ! condition; then echo nope; else yep; fi &&
# LINT: "!word" is single token, not two tokens "!" and "word"
@@ -6,3 +7,4 @@ test_prerequisite !MINGW &&
mail uucp!address &&
# LINT: "!word!" is single token, not three tokens "!", "word", and "!"
echo !whatever!
+'