X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=t%2Ft3200-branch.sh;h=5f98f64de16560d9f6599623e7424efac9dc407f;hb=05625af32e7b246fee0cecae933e5707496e4b24;hp=6e363984446bd9d9cb34a78fdffd1b1de6544e9c;hpb=a3b427b9fa1fdfd6d0c119d1f9db075ff92ffdf7;p=git.git diff --git a/t/t3200-branch.sh b/t/t3200-branch.sh index 6e363984..5f98f64d 100755 --- a/t/t3200-branch.sh +++ b/t/t3200-branch.sh @@ -13,12 +13,12 @@ handled. Specifically, that a bogus branch is not created. test_expect_success \ 'prepare an trivial repository' \ 'echo Hello > A && - ../../git-update-index --add A && - ../../git-commit.sh -m "Initial commit."' + git-update-index --add A && + git-commit -m "Initial commit."' test_expect_failure \ 'git branch --help should return error code' \ - '../../git-branch.sh --help' + 'git-branch --help' test_expect_failure \ 'git branch --help should not have created a bogus branch' \