fix timezones in darcs-fast-export, take 2
[girocco-darcs-fast-export.git] / t / test2-git-funny-tagname.sh
blob03eca663810817279b8034da925a168e19f69273
1 . ./lib.sh
3 create_darcs test2 --darcs-2
4 cd test2
5 darcs tag "this :just (won't work; die)"
6 darcs tag "accent-tag-éáőű"
7 cd ..
9 rm -rf test2.darcs test2.git
10 mkdir test2.git
11 cd test2.git
12 git --bare init
13 cd ..
14 if [ "$1" != "--stdout" ]; then
15 darcs-fast-export test2 |(cd test2.git; git fast-import)
16 ret=$?
17 if [ $ret = 0 ]; then
18 diff_git test2
19 exit $?
20 else
21 exit $ret
23 else
24 darcs-fast-export test2