summaryrefslogtreecommitdiffstats
path: root/test/puppet
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-10-03 21:55:41 -0500
committerLuke Kanies <luke@madstop.com>2007-10-03 21:55:41 -0500
commitfd11603fe47668ba72f0d3f2b984174331a0a154 (patch)
tree9a0a7bde852500cfee1793d6c982759c15628b99 /test/puppet
parent7da2031beb46c744a2a33af01d84e0d397b1e9ae (diff)
downloadpuppet-fd11603fe47668ba72f0d3f2b984174331a0a154.tar.gz
puppet-fd11603fe47668ba72f0d3f2b984174331a0a154.tar.xz
puppet-fd11603fe47668ba72f0d3f2b984174331a0a154.zip
Removing the Id tags from all of the files
Diffstat (limited to 'test/puppet')
-rwxr-xr-xtest/puppet/conffiles.rb1
-rwxr-xr-xtest/puppet/defaults.rb1
-rwxr-xr-xtest/puppet/errortest.rb1
-rwxr-xr-xtest/puppet/tc_suidmanager.rb1
4 files changed, 0 insertions, 4 deletions
diff --git a/test/puppet/conffiles.rb b/test/puppet/conffiles.rb
index 1800c80f6..06f563a08 100755
--- a/test/puppet/conffiles.rb
+++ b/test/puppet/conffiles.rb
@@ -105,4 +105,3 @@ class TestConfFiles < Test::Unit::TestCase
end
-# $Id$
diff --git a/test/puppet/defaults.rb b/test/puppet/defaults.rb
index 383153e45..3d7ee384a 100755
--- a/test/puppet/defaults.rb
+++ b/test/puppet/defaults.rb
@@ -5,7 +5,6 @@ $:.unshift("../lib").unshift("../../lib") if __FILE__ =~ /\.rb$/
require 'puppet'
require 'puppettest'
-# $Id$
class TestPuppetDefaults < Test::Unit::TestCase
include PuppetTest
diff --git a/test/puppet/errortest.rb b/test/puppet/errortest.rb
index 27a09ae5a..fb06a30f0 100755
--- a/test/puppet/errortest.rb
+++ b/test/puppet/errortest.rb
@@ -17,4 +17,3 @@ class TestError < Test::Unit::TestCase
end
end
-# $Id$
diff --git a/test/puppet/tc_suidmanager.rb b/test/puppet/tc_suidmanager.rb
index ba16b5ef8..905d3d0c9 100755
--- a/test/puppet/tc_suidmanager.rb
+++ b/test/puppet/tc_suidmanager.rb
@@ -101,4 +101,3 @@ class TestSUIDManager < Test::Unit::TestCase
end
end
-# $Id$