aboutsummaryrefslogtreecommitdiff
path: root/bin/rmdir/tests/rmdir_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rmdir/tests/rmdir_test.sh')
-rw-r--r--bin/rmdir/tests/rmdir_test.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/rmdir/tests/rmdir_test.sh b/bin/rmdir/tests/rmdir_test.sh
index d443849258b6..ba80ac6204be 100644
--- a/bin/rmdir/tests/rmdir_test.sh
+++ b/bin/rmdir/tests/rmdir_test.sh
@@ -35,8 +35,8 @@ invalid_usage_head()
invalid_usage_body()
{
- atf_check -s not-exit:0 -e match:"$usage_output" rmdir -p
- atf_check -s not-exit:0 -e match:"$usage_output" rmdir -v
+ atf_check -s exit:2 -e match:"$usage_output" rmdir -p
+ atf_check -s exit:2 -e match:"$usage_output" rmdir -v
}
atf_test_case no_arguments
@@ -47,7 +47,7 @@ no_arguments_head()
no_arguments_body()
{
- atf_check -s not-exit:0 -e match:"$usage_output" rmdir
+ atf_check -s exit:2 -e match:"$usage_output" rmdir
}
atf_init_test_cases()