Merge branch 'rs/t4205-do-not-exit-in-test-script' into maint-2.39
Test fix. * rs/t4205-do-not-exit-in-test-script: t4205: don't exit test script on failure
This commit is contained in:
commit
db2a91ba36
@ -156,7 +156,7 @@ test_expect_success 'NUL termination with --reflog --pretty=oneline' '
|
|||||||
for r in $revs
|
for r in $revs
|
||||||
do
|
do
|
||||||
git show -s --pretty=oneline "$r" >raw &&
|
git show -s --pretty=oneline "$r" >raw &&
|
||||||
cat raw | lf_to_nul || exit 1
|
cat raw | lf_to_nul || return 1
|
||||||
done >expect &&
|
done >expect &&
|
||||||
# the trailing NUL is already produced so we do not need to
|
# the trailing NUL is already produced so we do not need to
|
||||||
# output another one
|
# output another one
|
||||||
|
Loading…
Reference in New Issue
Block a user