about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/if-then-else.expect
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/chainlint/if-then-else.expect')
-rw-r--r--third_party/git/t/chainlint/if-then-else.expect19
1 files changed, 0 insertions, 19 deletions
diff --git a/third_party/git/t/chainlint/if-then-else.expect b/third_party/git/t/chainlint/if-then-else.expect
deleted file mode 100644
index 5953c7bfbc..0000000000
--- a/third_party/git/t/chainlint/if-then-else.expect
+++ /dev/null
@@ -1,19 +0,0 @@
-(
-	if test -n ""
-	then
-?!AMP?!		echo very
-		echo empty
-	elif test -z ""
-		echo foo
-	else
-		echo foo &&
-		cat
-?!AMP?!	fi
-	echo poodle
->) &&
-(
-	if test -n ""; then
-		echo very &&
-?!AMP?!		echo empty
-	if
->)