X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=t%2Ft1511-rev-parse-caret.sh;h=eaefc777bd98aeb4cae2ba34eec0e5fe2c2fbd72;hb=e04dc492ac1206c7a7e624c09344081263af0e66;hp=e043cb7c64958ede89eb640f121d2daabf5f9503;hpb=00723b02912cc9dae1ee5601ab4b942fdd42ff52;p=git.git diff --git a/t/t1511-rev-parse-caret.sh b/t/t1511-rev-parse-caret.sh index e043cb7c6..eaefc777b 100755 --- a/t/t1511-rev-parse-caret.sh +++ b/t/t1511-rev-parse-caret.sh @@ -6,7 +6,7 @@ test_description='tests for ref^{stuff}' test_expect_success 'setup' ' echo blob >a-blob && - git tag -a -m blob blob-tag `git hash-object -w a-blob` + git tag -a -m blob blob-tag `git hash-object -w a-blob` && mkdir a-tree && echo moreblobs >a-tree/another-blob && git add . &&