about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/close-subshell.test
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/chainlint/close-subshell.test')
-rw-r--r--third_party/git/t/chainlint/close-subshell.test27
1 files changed, 0 insertions, 27 deletions
diff --git a/third_party/git/t/chainlint/close-subshell.test b/third_party/git/t/chainlint/close-subshell.test
deleted file mode 100644
index 508ca447fd..0000000000
--- a/third_party/git/t/chainlint/close-subshell.test
+++ /dev/null
@@ -1,27 +0,0 @@
-# LINT: closing ")" with various decorations ("&&", ">", "|", etc.)
-(
-	foo
-) &&
-(
-	bar
-) >out &&
-(
-	baz
-) 2>err &&
-(
-	boo
-) <input &&
-(
-	bip
-) | wuzzle &&
-(
-	bop
-) | fazz \
-	fozz &&
-(
-	bup
-) |
-fuzzle &&
-(
-	yop
-)