diff options
Diffstat (limited to 'tests/basic/rpm.t')
-rwxr-xr-x | tests/basic/rpm.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/rpm.t b/tests/basic/rpm.t index bbe3f464477..e5da49bb7e0 100755 --- a/tests/basic/rpm.t +++ b/tests/basic/rpm.t @@ -108,7 +108,7 @@ ${MOCK_CMD} EOF chmod +x mock-${EPEL_RELEASE}.sh - # root can not run 'mock', it needs to drop priviledges + # root can not run 'mock', it needs to drop privileges if (groups | grep -q mock) then # the current user is in group 'mock' |