about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/case.expect
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--third_party/git/t/chainlint/case.expect19
1 files changed, 0 insertions, 19 deletions
diff --git a/third_party/git/t/chainlint/case.expect b/third_party/git/t/chainlint/case.expect
deleted file mode 100644
index 41f121fbbf..0000000000
--- a/third_party/git/t/chainlint/case.expect
+++ /dev/null
@@ -1,19 +0,0 @@
-(
-	case "$x" in
-	x) foo ;;
-	*) bar ;;
-	esac &&
-	foobar
->) &&
-(
-	case "$x" in
-	x) foo ;;
-	*) bar ;;
-?!AMP?!	esac
-	foobar
->) &&
-(
-	case "$x" in 1) true;; esac &&
-?!AMP?!	case "$y" in 2) false;; esac
-	foobar
->)