summaryrefslogtreecommitdiff
path: root/exporters/darcs/t/test-bzr.sh
diff options
context:
space:
mode:
Diffstat (limited to 'exporters/darcs/t/test-bzr.sh')
-rw-r--r--exporters/darcs/t/test-bzr.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/exporters/darcs/t/test-bzr.sh b/exporters/darcs/t/test-bzr.sh
deleted file mode 100644
index 479f259..0000000
--- a/exporters/darcs/t/test-bzr.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-. ./lib.sh
-
-create_darcs test --old-fashioned-inventory
-
-rm -rf test.darcs test.bzr
-mkdir test.bzr
-cd test.bzr
-bzr init-repo .
-cd ..
-if [ "$1" != "--stdout" ]; then
- darcs-fast-export test |(cd test.bzr; bzr fast-import -)
- diff_bzr test
- exit $?
-else
- darcs-fast-export test
-fi