about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/bash-array.test
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/chainlint/bash-array.test')
-rw-r--r--third_party/git/t/chainlint/bash-array.test12
1 files changed, 0 insertions, 12 deletions
diff --git a/third_party/git/t/chainlint/bash-array.test b/third_party/git/t/chainlint/bash-array.test
deleted file mode 100644
index 92bbb777b8..0000000000
--- a/third_party/git/t/chainlint/bash-array.test
+++ /dev/null
@@ -1,12 +0,0 @@
-(
-	foo &&
-# LINT: ")" in Bash array assignment not misinterpreted as subshell-closing ")"
-	bar=(gumbo stumbo wumbo) &&
-	baz
-) &&
-(
-	foo &&
-# LINT: Bash array length operator not misinterpreted as comment
-	bar=${#bar[@]} &&
-	baz
-)