fix timezones in darcs-fast-export, take 2
[girocco-darcs-fast-export.git] / t / test-git.sh
blobde504ee773a17b61c1f5ae5557d6ff6a874f8a0b
1 . ./lib.sh
3 create_darcs test --old-fashioned-inventory
5 rm -rf test.darcs test.git
6 mkdir test.git
7 cd test.git
8 git --bare init
9 cd ..
10 if [ "$1" != "--stdout" ]; then
11 darcs-fast-export test |(cd test.git; git fast-import)
12 if [ $? = 0 ]; then
13 diff_git test
14 exit $?
16 else
17 darcs-fast-export test