about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/multi-line-nested-command-substitution.expect
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/chainlint/multi-line-nested-command-substitution.expect')
-rw-r--r--third_party/git/t/chainlint/multi-line-nested-command-substitution.expect18
1 files changed, 0 insertions, 18 deletions
diff --git a/third_party/git/t/chainlint/multi-line-nested-command-substitution.expect b/third_party/git/t/chainlint/multi-line-nested-command-substitution.expect
deleted file mode 100644
index 59b6c8b850..0000000000
--- a/third_party/git/t/chainlint/multi-line-nested-command-substitution.expect
+++ /dev/null
@@ -1,18 +0,0 @@
-(
-	foo &&
-	x=$(
-		echo bar |
-		cat
->>	) &&
-	echo ok
->) |
-sort &&
-(
-	bar &&
-	x=$(echo bar |
-		cat
->>	) &&
-	y=$(echo baz |
->>		fip) &&
-	echo fail
->)