From: Todd C. Miller Date: Mon, 18 Mar 2013 20:11:24 +0000 (-0400) Subject: Add explicit "exit 0" to prevent the check target from ending X-Git-Tag: SUDO_1_8_7~1^2~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f86c1c092cea0c85a1688509499d3a57b61ad70;p=sudo Add explicit "exit 0" to prevent the check target from ending prematurely. --- diff --git a/plugins/sudoers/regress/testsudoers/test1.sh b/plugins/sudoers/regress/testsudoers/test1.sh index 31f5ba029..48f1faa88 100755 --- a/plugins/sudoers/regress/testsudoers/test1.sh +++ b/plugins/sudoers/regress/testsudoers/test1.sh @@ -9,3 +9,5 @@ exec 2>&1 ./testsudoers -g bin root id <&1 ./testsudoers -U $MYUID root id <&1 ./testsudoers -U $MYUID root id <&1 ./testsudoers -U 1 root id <