http: extract type/subtype portion of content-type
[gitweb.git] / t / t1412-reflog-loop.sh
index 7f519e5ebeac0780aee1c6d9c4458e00b62a273d..3acd895afb7fde7f02a446b7508966e20734c4c5 100755 (executable)
@@ -20,11 +20,11 @@ test_expect_success 'setup reflog with alternating commits' '
 '
 
 test_expect_success 'reflog shows all entries' '
-       cat >expect <<-\EOF
-               topic@{0} two: updating HEAD
-               topic@{1} one: updating HEAD
-               topic@{2} two: updating HEAD
-               topic@{3} one: updating HEAD
+       cat >expect <<-\EOF &&
+               topic@{0} reset: moving to two
+               topic@{1} reset: moving to one
+               topic@{2} reset: moving to two
+               topic@{3} reset: moving to one
                topic@{4} branch: Created from HEAD
        EOF
        git log -g --format="%gd %gs" topic >actual &&