summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-01-05 22:25:21 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-01-05 22:25:21 +0000
commit3446dd60bd5d7790b60b2c8f474615ed4619279f (patch)
tree3891ca03dbf162b0f9f46df67b08d35d881f9b0b /test
parent954a285a25c990c48d68aeb46bf866cede0af007 (diff)
downloadpuppet-3446dd60bd5d7790b60b2c8f474615ed4619279f.tar.gz
puppet-3446dd60bd5d7790b60b2c8f474615ed4619279f.tar.xz
puppet-3446dd60bd5d7790b60b2c8f474615ed4619279f.zip
Last round of fixes before the next release
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2058 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test')
-rwxr-xr-xtest/types/resources.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/types/resources.rb b/test/types/resources.rb
index 5da04e71c..03df5e4ab 100755
--- a/test/types/resources.rb
+++ b/test/types/resources.rb
@@ -182,7 +182,7 @@ class TestResources < Test::Unit::TestCase
else
# We'll reset the limit, since we can't really guarantee that
# there are any users with uid > 500
- if ! high and entry.uid > 50
+ if ! high and entry.uid > 100
high = entry.name
break
end
@@ -214,4 +214,4 @@ class TestResources < Test::Unit::TestCase
end
end
-# $Id$ \ No newline at end of file
+# $Id$