Make t9150 and t9151 test scripts executable
[git/gitweb.git] / t / t9150-svk-mergetickets.sh
blob8000c347b4c78c83d87c4f41dc6f08680fc23765
1 #!/bin/sh
3 # Copyright (c) 2007 Sam Vilain
6 test_description='git-svn svk merge tickets'
8 . ./lib-git-svn.sh
10 test_expect_success 'load svk depot' "
11 svnadmin load -q '$rawsvnrepo' < '../t9150/svk-merge.dump' &&
12 git svn init --minimize-url -R svkmerge \
13 -T trunk -b branches '$svnrepo' &&
14 git svn fetch --all
17 uuid=b48289b2-9c08-4d72-af37-0358a40b9c15
19 test_expect_success 'svk merges were represented coming in' "
20 [ `git-cat-file commit HEAD | grep parent | wc -l` -eq 2 ]
23 test_done