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