diff options
author | Michael J Gruber <git@drmicha.warpmail.net> | 2010-05-14 20:26:51 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-06-27 11:32:43 -0700 |
commit | 52663475a97ecf15b52bee742f3c3a864f3e5fff (patch) | |
tree | 0c7b3c74ace985bd8821a08a36d084cc7abd5f71 /t/t6018-rev-list-glob.sh | |
parent | 9332441d8e33c3ff9900c8ddd48440846d099020 (diff) | |
download | git-52663475a97ecf15b52bee742f3c3a864f3e5fff.tar.gz |
t6018: make sure all tested symbolic names are different revs
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t6018-rev-list-glob.sh')
-rwxr-xr-x | t/t6018-rev-list-glob.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/t/t6018-rev-list-glob.sh b/t/t6018-rev-list-glob.sh index dbedc4dfa6..58428d9f5c 100755 --- a/t/t6018-rev-list-glob.sh +++ b/t/t6018-rev-list-glob.sh @@ -34,7 +34,9 @@ test_expect_success 'setup' ' git checkout master && commit master2 && git tag foo/bar master && - git update-ref refs/remotes/foo/baz master + commit master3 && + git update-ref refs/remotes/foo/baz master && + commit master4 ' test_expect_success 'rev-parse --glob=refs/heads/subspace/*' ' |