about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/command-substitution.expect
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/chainlint/command-substitution.expect')
-rw-r--r--third_party/git/t/chainlint/command-substitution.expect9
1 files changed, 0 insertions, 9 deletions
diff --git a/third_party/git/t/chainlint/command-substitution.expect b/third_party/git/t/chainlint/command-substitution.expect
deleted file mode 100644
index ad4118e537e4..000000000000
--- a/third_party/git/t/chainlint/command-substitution.expect
+++ /dev/null
@@ -1,9 +0,0 @@
-(
-	foo &&
-	bar=$(gobble) &&
-	baz
->) &&
-(
-?!AMP?!	bar=$(gobble blocks)
-	baz
->)