summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>2006-09-27 17:04:57 +0000
committerajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>2006-09-27 17:04:57 +0000
commit674841cd2b218e1425b0337d1839d54392c5b2b9 (patch)
tree0e90e6d53e6b6ea06c235cda86d7a3b159cccf18 /test
parent98028ce5399d471d496e588cf85f8359f14d6d48 (diff)
downloadpuppet-674841cd2b218e1425b0337d1839d54392c5b2b9.tar.gz
puppet-674841cd2b218e1425b0337d1839d54392c5b2b9.tar.xz
puppet-674841cd2b218e1425b0337d1839d54392c5b2b9.zip
Just fixed some RCS/CVS id tags.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1698 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test')
-rw-r--r--test/puppet/tc_suidmanager.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/puppet/tc_suidmanager.rb b/test/puppet/tc_suidmanager.rb
index bd116bda6..04cbed8e6 100644
--- a/test/puppet/tc_suidmanager.rb
+++ b/test/puppet/tc_suidmanager.rb
@@ -66,7 +66,6 @@ class TestSUIDManager < Test::Unit::TestCase
assert_equal(user.gid, gid)
end
end
-
def test_system
# NOTE: not sure what shells this will work on..
if @run
@@ -89,3 +88,5 @@ class TestSUIDManager < Test::Unit::TestCase
end
end
end
+
+# $Id:$ \ No newline at end of file