summaryrefslogtreecommitdiff
path: root/exporters/darcs/t/testimport-git-x2d.sh
blob: f3f02a7c01d30c83655cbee879e8e4d1dba24d6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
. ./lib.sh

create_git test

rm -rf test.darcs
x2d -f git test
diff_importgit test || die "initial conversion differs"
upd_file_git test file2 upd_contents
x2d -f git test
diff_importgit test || die "update differs"
upd_file_git test hungarian.gif "binary to text"
x2d -f git test
diff_importgit test || die "update2 differs"
x2d -f git test
diff_importgit test || die "update3 (noop) differs"