]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t3201-branch-contains.sh
Merge branch 'js/doc-patch-text'
[thirdparty/git.git] / t / t3201-branch-contains.sh
index 0ea4fc46949daf8d9522ff9ae52d8583ca5e9754..40251c9f8f68cbfba145976eb912ecdd3364dc65 100755 (executable)
@@ -192,10 +192,10 @@ test_expect_success 'branch --merged with --verbose' '
        EOF
        test_cmp expect actual &&
        git branch --verbose --merged topic >actual &&
-       cat >expect <<-\EOF &&
-         master c77a0a9 second on master
-       * topic  2c939f4 [ahead 1] foo
-         zzz    c77a0a9 second on master
+       cat >expect <<-EOF &&
+         master $(git rev-parse --short master) second on master
+       * topic  $(git rev-parse --short topic ) [ahead 1] foo
+         zzz    $(git rev-parse --short zzz   ) second on master
        EOF
        test_i18ncmp expect actual
 '