]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t1405-main-ref-store.sh
Merge branch 'ps/reflog-list' into HEAD
[thirdparty/git.git] / t / t1405-main-ref-store.sh
index 1183232a7296bcf265f7d8e274c8b990c3df19dc..a6bcd62ab658eefcd11ae1778692ad6d7f4c3008 100755 (executable)
@@ -68,11 +68,11 @@ test_expect_success 'verify_ref(new-main)' '
 '
 
 test_expect_success 'for_each_reflog()' '
-       $RUN for-each-reflog | sort -k2 | cut -d" " -f 2- >actual &&
+       $RUN for-each-reflog >actual &&
        cat >expected <<-\EOF &&
-       HEAD 0x1
-       refs/heads/main 0x0
-       refs/heads/new-main 0x0
+       HEAD
+       refs/heads/main
+       refs/heads/new-main
        EOF
        test_cmp expected actual
 '