summaryrefslogtreecommitdiff
path: root/exporters/darcs/t/testimport-hg-x2d.sh
diff options
context:
space:
mode:
Diffstat (limited to 'exporters/darcs/t/testimport-hg-x2d.sh')
-rw-r--r--exporters/darcs/t/testimport-hg-x2d.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/exporters/darcs/t/testimport-hg-x2d.sh b/exporters/darcs/t/testimport-hg-x2d.sh
deleted file mode 100644
index a1d7d62..0000000
--- a/exporters/darcs/t/testimport-hg-x2d.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-. ./lib.sh
-
-create_hg test
-
-rm -rf test.darcs
-x2d -f hg test
-diff_importhg test || die "initial conversion differs"
-upd_file_hg test file2 upd_contents
-x2d -f hg test
-diff_importhg test || die "update differs"
-upd_file_hg test hungarian.gif "binary to text"
-x2d -f hg test
-diff_importhg test || die "update2 differs"
-x2d -f hg test
-diff_importhg test || die "update3 (noop) differs"