about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/semicolon.expect
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/chainlint/semicolon.expect')
-rw-r--r--third_party/git/t/chainlint/semicolon.expect20
1 files changed, 0 insertions, 20 deletions
diff --git a/third_party/git/t/chainlint/semicolon.expect b/third_party/git/t/chainlint/semicolon.expect
deleted file mode 100644
index 1d79384606d2..000000000000
--- a/third_party/git/t/chainlint/semicolon.expect
+++ /dev/null
@@ -1,20 +0,0 @@
-(
-?!AMP?!?!SEMI?!	cat foo ; echo bar
-?!SEMI?!	cat foo ; echo bar
->) &&
-(
-?!SEMI?!	cat foo ; echo bar &&
-?!SEMI?!	cat foo ; echo bar
->) &&
-(
-	echo "foo; bar" &&
-?!SEMI?!	cat foo; echo bar
->) &&
-(
-?!SEMI?!	foo;
->) &&
-(
-cd foo &&
-	for i in a b c; do
-?!SEMI?!		echo;
->	done)