Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t/README
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2013-04-11 06:07:04 +0400
committerJunio C Hamano <gitster@pobox.com>2013-04-12 04:39:05 +0400
commit200732744a32a378b636da4d840aeb410adfb2ad (patch)
tree7df5246baec1a40081fb61486c65d1a975ed4785 /t/README
parent59a7714c8909f1a925a7faa4f3015f015c087ee5 (diff)
t: make PIPE a standard test prerequisite
The 'PIPE' test prerequisite was already defined identically by t9010 and t9300, therefore it makes sense to make it a predefined prerequisite. Signed-off-by: Adam Spiers <git@adamspiers.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/README')
-rw-r--r--t/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/README b/t/README
index 6e536a02b5..f8bf3ec318 100644
--- a/t/README
+++ b/t/README
@@ -613,6 +613,11 @@ use these, and "test_set_prereq" for how to define your own.
The process retains the same pid across exec(2). See fb9a2bea for
details.
+ - PIPE
+
+ The filesystem we're on supports creation of FIFOs (named pipes)
+ via mkfifo(1).
+
- SYMLINKS
The filesystem we're on supports symbolic links. E.g. a FAT