summaryrefslogtreecommitdiff
path: root/t/chainlint/exit-subshell.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/exit-subshell.expect')
-rw-r--r--t/chainlint/exit-subshell.expect5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/chainlint/exit-subshell.expect b/t/chainlint/exit-subshell.expect
new file mode 100644
index 0000000..bf78454
--- /dev/null
+++ b/t/chainlint/exit-subshell.expect
@@ -0,0 +1,5 @@
+(
+ foo || exit 1
+ bar &&
+ baz
+>)