about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/exit-subshell.test
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/chainlint/exit-subshell.test')
-rw-r--r--third_party/git/t/chainlint/exit-subshell.test6
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/git/t/chainlint/exit-subshell.test b/third_party/git/t/chainlint/exit-subshell.test
deleted file mode 100644
index 4e6ab69b88..0000000000
--- a/third_party/git/t/chainlint/exit-subshell.test
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-# LINT: "|| exit {n}" valid subshell escape without hurting &&-chain
-	foo || exit 1
-	bar &&
-	baz
-)