aboutsummaryrefslogtreecommitdiffstats
path: root/t/chainlint/not-heredoc.test
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/not-heredoc.test')
-rw-r--r--t/chainlint/not-heredoc.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/not-heredoc.test b/t/chainlint/not-heredoc.test
index 9aa57346cd..09711e45e0 100644
--- a/t/chainlint/not-heredoc.test
+++ b/t/chainlint/not-heredoc.test
@@ -1,3 +1,4 @@
+test_expect_success 'not-heredoc' '
# LINT: "<< ours" inside string is not here-doc
echo "<<<<<<< ours" &&
echo ourside &&
@@ -14,3 +15,4 @@ echo ">>>>>>> theirs" &&
echo ">>>>>>> theirs"
poodle
) >merged
+'