about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/bash-array.expect
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/chainlint/bash-array.expect')
-rw-r--r--third_party/git/t/chainlint/bash-array.expect10
1 files changed, 0 insertions, 10 deletions
diff --git a/third_party/git/t/chainlint/bash-array.expect b/third_party/git/t/chainlint/bash-array.expect
deleted file mode 100644
index c4a830d1c1..0000000000
--- a/third_party/git/t/chainlint/bash-array.expect
+++ /dev/null
@@ -1,10 +0,0 @@
-(
-	foo &&
-	bar=(gumbo stumbo wumbo) &&
-	baz
->) &&
-(
-	foo &&
-	bar=${#bar[@]} &&
-	baz
->)