summaryrefslogtreecommitdiff
path: root/t/t9010-svn-fe.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2013-04-11 17:41:48 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-04-11 17:41:48 -0700
commite2af9e361b1d7452492baa073790b19292f9c038 (patch)
treee717ab3c92aecf5c4c06627daef025506d2c6335 /t/t9010-svn-fe.sh
parentUpdate dtaft release notes to 1.8.3 (diff)
parentTypo fix: replacing it's -> its (diff)
downloadtgif-e2af9e361b1d7452492baa073790b19292f9c038.tar.xz
Merge branch 'maint'
* maint: Typo fix: replacing it's -> its t: make PIPE a standard test prerequisite archive: clarify explanation of --worktree-attributes t/README: --immediate skips cleanup commands for failed tests
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 b7eed2489f..6dafe7e99a 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 &&