about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/for-loop.expect
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/chainlint/for-loop.expect')
-rw-r--r--third_party/git/t/chainlint/for-loop.expect11
1 files changed, 0 insertions, 11 deletions
diff --git a/third_party/git/t/chainlint/for-loop.expect b/third_party/git/t/chainlint/for-loop.expect
deleted file mode 100644
index c33cf56ee7..0000000000
--- a/third_party/git/t/chainlint/for-loop.expect
+++ /dev/null
@@ -1,11 +0,0 @@
-(
-	for i in a b c
-	do
-?!AMP?!		echo $i
-		cat
-?!AMP?!	done
-	for i in a b c; do
-		echo $i &&
-		cat $i
-	done
->)