diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-06-19 01:51:48 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-06-19 01:51:48 +0000 |
| commit | 5043adefd3af23e4fdca4073c2f891ac764e0aae (patch) | |
| tree | 0621e8018b89ca9827d1eeaec7ebfbcb7378d23d /test/puppet | |
| parent | e5a9e24e839942d97f0b0f6dbd097f91f3c880f4 (diff) | |
| download | puppet-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-x | test/puppet/tc_suidmanager.rb | 2 |
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 |
