about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/pipe.test
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/chainlint/pipe.test')
-rw-r--r--third_party/git/t/chainlint/pipe.test12
1 files changed, 0 insertions, 12 deletions
diff --git a/third_party/git/t/chainlint/pipe.test b/third_party/git/t/chainlint/pipe.test
deleted file mode 100644
index e6af4de916..0000000000
--- a/third_party/git/t/chainlint/pipe.test
+++ /dev/null
@@ -1,12 +0,0 @@
-(
-# LINT: no "&&" needed on line ending with "|"
-	foo |
-	bar |
-	baz &&
-
-# LINT: final line of pipe sequence ('cow') lacking "&&"
-	fish |
-	cow
-
-	sunder
-)