about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/command-substitution.test
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/chainlint/command-substitution.test')
-rw-r--r--third_party/git/t/chainlint/command-substitution.test11
1 files changed, 0 insertions, 11 deletions
diff --git a/third_party/git/t/chainlint/command-substitution.test b/third_party/git/t/chainlint/command-substitution.test
deleted file mode 100644
index 3bbb002a4c..0000000000
--- a/third_party/git/t/chainlint/command-substitution.test
+++ /dev/null
@@ -1,11 +0,0 @@
-(
-	foo &&
-# LINT: closing ")" of $(...) not misinterpreted as subshell-closing ")"
-	bar=$(gobble) &&
-	baz
-) &&
-(
-# LINT: missing "&&" on $(...)
-	bar=$(gobble blocks)
-	baz
-)