Merge branch 'maint'
[gc-utils.git] / tests / gc-import-u.sh
bloba989124d45679b07680b9dc3022d17483121da82
1 #!/bin/bash
3 . setup.sh
5 ##############
6 # TEST COMMIT
7 # AND IMPORT
9 cd $CVSCO
10 touch file4
11 cvs add file4
12 cvs commit -m "test commit"
14 echo "Test" > file4
15 cvs commit -m "test commit 2"
17 cd $ABSDIR
19 gc-import -u -v -d $GIT_DIR $CVSROOT $CVSMODULE
21 cd $GIT_DIR
22 test -f ".gitignore" && failure ".gitignore found, but not expected"
24 sucess