]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t8011-blame-split-file.sh
Merge branch 'ea/blame-use-oideq'
[thirdparty/git.git] / t / t8011-blame-split-file.sh
index 831125047b93a454e69f5f64f4df7380be38ae0a..bdda0c03fe9ea6fc536fb2711051fed066d7c421 100755 (executable)
@@ -54,7 +54,7 @@ test_expect_success 'setup simulated porcelain' '
        cat >read-porcelain.pl <<-\EOF
        my $field = shift;
        while (<>) {
-               if (/^[0-9a-f]{40} /) {
+               if (/^[0-9a-f]{40,} /) {
                        flush();
                        $hash = $&;
                } elsif (/^$field (.*)/) {