summaryrefslogtreecommitdiffstats
path: root/test/puppet
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-06-19 01:51:48 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-06-19 01:51:48 +0000
commit5043adefd3af23e4fdca4073c2f891ac764e0aae (patch)
tree0621e8018b89ca9827d1eeaec7ebfbcb7378d23d /test/puppet
parente5a9e24e839942d97f0b0f6dbd097f91f3c880f4 (diff)
downloadpuppet-5043adefd3af23e4fdca4073c2f891ac764e0aae.tar.gz
puppet-5043adefd3af23e4fdca4073c2f891ac764e0aae.tar.xz
puppet-5043adefd3af23e4fdca4073c2f891ac764e0aae.zip
Updating error message during test failure.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2625 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/puppet')
-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