summaryrefslogtreecommitdiff
path: root/exporters/darcs/t/testimport-bzr.sh
diff options
context:
space:
mode:
Diffstat (limited to 'exporters/darcs/t/testimport-bzr.sh')
-rw-r--r--exporters/darcs/t/testimport-bzr.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/exporters/darcs/t/testimport-bzr.sh b/exporters/darcs/t/testimport-bzr.sh
deleted file mode 100644
index 358c5e5..0000000
--- a/exporters/darcs/t/testimport-bzr.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-. ./lib.sh
-
-create_bzr test
-
-rm -rf test.darcs
-mkdir test.darcs
-cd test.darcs
-darcs init
-cd ..
-(cd test; bzr fast-export .) | (cd test.darcs; darcs-fast-import)
-if [ $? != 0 ]; then
- exit 1
-fi
-diff_importbzr test
-exit $?