diff: Use unprivileged_user with report_identical test
Approved by: bapt Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D28466
This commit is contained in:
parent
8fa6abb6f4
commit
b67df8d7c2
@ -228,13 +228,18 @@ label_body()
|
|||||||
-s exit:1 diff --label hello --label world `which diff` `which ls`
|
-s exit:1 diff --label hello --label world `which diff` `which ls`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
report_identical_head()
|
||||||
|
{
|
||||||
|
atf_set "require.config" unprivileged_user
|
||||||
|
}
|
||||||
report_identical_body()
|
report_identical_body()
|
||||||
{
|
{
|
||||||
|
UNPRIVILEGED_USER=$(atf_config_get unprivileged_user)
|
||||||
printf "\tA\n" > A
|
printf "\tA\n" > A
|
||||||
printf "\tB\n" > B
|
printf "\tB\n" > B
|
||||||
chmod -r B
|
chmod -r B
|
||||||
atf_check -s exit:2 -e inline:"diff: B: Permission denied\n" \
|
atf_check -s exit:2 -e inline:"diff: B: Permission denied\n" \
|
||||||
-o empty diff -s A B
|
-o empty su -m "$UNPRIVILEGED_USER" -c 'diff -s A B'
|
||||||
}
|
}
|
||||||
|
|
||||||
non_regular_file_body()
|
non_regular_file_body()
|
||||||
|
Loading…
Reference in New Issue
Block a user