diff options
author | Adam Spiers <git@adamspiers.org> | 2013-04-11 03:07:04 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-11 17:39:05 -0700 |
commit | 200732744a32a378b636da4d840aeb410adfb2ad (patch) | |
tree | 7df5246baec1a40081fb61486c65d1a975ed4785 /t/t9300-fast-import.sh | |
parent | 59a7714c8909f1a925a7faa4f3015f015c087ee5 (diff) | |
download | git-200732744a32a378b636da4d840aeb410adfb2ad.tar.gz |
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/t9300-fast-import.sh')
-rwxr-xr-x | t/t9300-fast-import.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/t/t9300-fast-import.sh b/t/t9300-fast-import.sh index 2fcf269469..ac6f3b6af2 100755 --- a/t/t9300-fast-import.sh +++ b/t/t9300-fast-import.sh @@ -49,14 +49,6 @@ echo "$@"' >empty -test_expect_success 'setup: have pipes?' ' - rm -f frob && - if mkfifo frob - then - test_set_prereq PIPE - fi -' - ### ### series A ### |