summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest/puppet/tc_suidmanager.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/puppet/tc_suidmanager.rb b/test/puppet/tc_suidmanager.rb
index b90261f44..2a9eabe30 100755
--- a/test/puppet/tc_suidmanager.rb
+++ b/test/puppet/tc_suidmanager.rb
@@ -76,7 +76,7 @@ class TestSUIDManager < Test::Unit::TestCase
if @run
user = nonrootuser
status = Puppet::Util::SUIDManager.system("exit $EUID", user.uid, user.gid)
- assert_equal(user.uid, status.exitstatus)
+ assert_equal(user.uid, status.exitstatus, "EUID does not seem to be inherited. This test consistently fails on RedHat-like machines.")
end
end