Merge branch 'ob/t9001-indent-fix' into maint-2.42
Test style fix. * ob/t9001-indent-fix: t9001: fix indentation in test_no_confirm()
This commit is contained in:
@ -61,8 +61,8 @@ test_no_confirm () {
|
|||||||
--smtp-server="$(pwd)/fake.sendmail" \
|
--smtp-server="$(pwd)/fake.sendmail" \
|
||||||
$@ \
|
$@ \
|
||||||
$patches >stdout &&
|
$patches >stdout &&
|
||||||
! grep "Send this email" stdout &&
|
! grep "Send this email" stdout &&
|
||||||
>no_confirm_okay
|
>no_confirm_okay
|
||||||
}
|
}
|
||||||
|
|
||||||
# Exit immediately to prevent hang if a no-confirm test fails
|
# Exit immediately to prevent hang if a no-confirm test fails
|
||||||
|
Reference in New Issue
Block a user