aboutsummaryrefslogtreecommitdiffstats
path: root/t/chainlint/one-liner.test
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/one-liner.test')
-rw-r--r--t/chainlint/one-liner.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/one-liner.test b/t/chainlint/one-liner.test
index be9858fa29..6e42ee1b5e 100644
--- a/t/chainlint/one-liner.test
+++ b/t/chainlint/one-liner.test
@@ -1,3 +1,4 @@
+test_expect_success 'one-liner' '
# LINT: top-level one-liner subshell
(foo && bar) &&
(foo && bar) |
@@ -10,3 +11,4 @@
# LINT: ";" in string not misinterpreted as broken &&-chain
(foo "bar; baz")
+'