about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/nested-subshell-comment.test
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/chainlint/nested-subshell-comment.test')
-rw-r--r--third_party/git/t/chainlint/nested-subshell-comment.test13
1 files changed, 0 insertions, 13 deletions
diff --git a/third_party/git/t/chainlint/nested-subshell-comment.test b/third_party/git/t/chainlint/nested-subshell-comment.test
deleted file mode 100644
index 0ff136ab3c..0000000000
--- a/third_party/git/t/chainlint/nested-subshell-comment.test
+++ /dev/null
@@ -1,13 +0,0 @@
-(
-	foo &&
-	(
-		bar &&
-# LINT: ")" in comment in nested subshell not misinterpreted as closing ")"
-		# bottles wobble while fiddles gobble
-		# minor numbers of cows (or do they?)
-		baz &&
-		snaff
-# LINT: missing "&&" on ')'
-	)
-	fuzzy
-)