summaryrefslogtreecommitdiff
path: root/t/t9010-svn-fe.sh
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2013-04-11 02:07:04 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-04-12 00:39:05 (GMT)
commit200732744a32a378b636da4d840aeb410adfb2ad (patch)
tree7df5246baec1a40081fb61486c65d1a975ed4785 /t/t9010-svn-fe.sh
parent59a7714c8909f1a925a7faa4f3015f015c087ee5 (diff)
downloadgit-200732744a32a378b636da4d840aeb410adfb2ad.zip
git-200732744a32a378b636da4d840aeb410adfb2ad.tar.gz
git-200732744a32a378b636da4d840aeb410adfb2ad.tar.bz2
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/t9010-svn-fe.sh')
-rwxr-xr-xt/t9010-svn-fe.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/t/t9010-svn-fe.sh b/t/t9010-svn-fe.sh
index b7eed24..6dafe7e 100755
--- a/t/t9010-svn-fe.sh
+++ b/t/t9010-svn-fe.sh
@@ -54,14 +54,6 @@ text_no_props () {
>empty
-test_expect_success 'setup: have pipes?' '
- rm -f frob &&
- if mkfifo frob
- then
- test_set_prereq PIPE
- fi
-'
-
test_expect_success PIPE 'empty dump' '
reinit_git &&
echo "SVN-fs-dump-format-version: 2" >input &&