about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/nested-cuddled-subshell.expect
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/chainlint/nested-cuddled-subshell.expect')
-rw-r--r--third_party/git/t/chainlint/nested-cuddled-subshell.expect19
1 files changed, 0 insertions, 19 deletions
diff --git a/third_party/git/t/chainlint/nested-cuddled-subshell.expect b/third_party/git/t/chainlint/nested-cuddled-subshell.expect
deleted file mode 100644
index c2a59ffc33..0000000000
--- a/third_party/git/t/chainlint/nested-cuddled-subshell.expect
+++ /dev/null
@@ -1,19 +0,0 @@
-(
-	(cd foo &&
-		bar
->>	) &&
-	(cd foo &&
-		bar
-?!AMP?!>>	)
-	(
-		cd foo &&
->>		bar) &&
-	(
-		cd foo &&
-?!AMP?!>>		bar)
-	(cd foo &&
->>		bar) &&
-	(cd foo &&
-?!AMP?!>>		bar)
-	foobar
->)