]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5411/once-0010-report-status-v1.sh
Merge branch 'en/ort-perf-batch-9'
[thirdparty/git.git] / t / t5411 / once-0010-report-status-v1.sh
index cb431a9c91d7182f192f5bf8f5a5d6b6da2f0a5b..1233a46eac5f8ca9606c6de370e0a2e32136ae72 100644 (file)
@@ -83,12 +83,9 @@ test_expect_success "proc-receive: report status v1" '
        EOF
        test_cmp expect actual &&
 
-       git -C "$upstream" show-ref >out &&
-       make_user_friendly_and_stable_output <out >actual &&
-       cat >expect <<-EOF &&
+       test_cmp_refs -C "$upstream" <<-EOF
        <COMMIT-A> refs/for/main/topic1
        <COMMIT-A> refs/heads/foo
        <COMMIT-B> refs/heads/main
        EOF
-       test_cmp expect actual
 '