diff options
| author | Luke Kanies <luke@madstop.com> | 2009-02-28 07:55:56 +0000 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2009-02-28 07:55:56 +0000 |
| commit | 0c16426a772c85b0ab45bfd4c3ba5189ace2d6b2 (patch) | |
| tree | 5dd3f39ea30d456428354fd417600d3f449c9e81 /test/executables/puppetbin.rb | |
| parent | 23066c1b117af4d531efad79ee11ed683ac92e5e (diff) | |
Fixing broken 0.24.x tests in test/.
These tests once again largely were caused
by /usr/sbin not being in the path and by
~ not being writable.
The only tests still failing are Rails tests,
and my guess is that they're all failing because
of the recent work by Brice. They should probably
just be removed.
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'test/executables/puppetbin.rb')
| -rwxr-xr-x | test/executables/puppetbin.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/executables/puppetbin.rb b/test/executables/puppetbin.rb index 08329efb6..631b3b22a 100755 --- a/test/executables/puppetbin.rb +++ b/test/executables/puppetbin.rb @@ -72,7 +72,7 @@ class TestPuppetBin < Test::Unit::TestCase end File.open(manifest, "w") do |f| f.puts "#!#{env} puppet - file { '#{path}': ensure => file }" + exec { '/bin/touch #{path}': }" end File.chmod(0755, manifest) |
