]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t4205-log-pretty-formats.sh
t4205: don't exit test script on failure
[thirdparty/git.git] / t / t4205-log-pretty-formats.sh
index e448ef2928a8261e7c991ee6eb0e96bf299d84ee..0404491d6ee9fa275764497f917d90a7334d6776 100755 (executable)
@@ -156,7 +156,7 @@ test_expect_success 'NUL termination with --reflog --pretty=oneline' '
        for r in $revs
        do
                git show -s --pretty=oneline "$r" >raw &&
-               cat raw | lf_to_nul || exit 1
+               cat raw | lf_to_nul || return 1
        done >expect &&
        # the trailing NUL is already produced so we do not need to
        # output another one