From 343dd08a4ab84bdc6947239e8c514752db219c2a Mon Sep 17 00:00:00 2001 From: luke Date: Thu, 2 Mar 2006 20:28:45 +0000 Subject: Fixing tests so they do not chmod /dev/null to 640 (stupid tests). git-svn-id: https://reductivelabs.com/svn/puppet/trunk@967 980ebf18-57e1-0310-9a29-db15c13687c0 --- test/executables/puppetd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/executables') diff --git a/test/executables/puppetd.rb b/test/executables/puppetd.rb index 1ac53db16..4d74782c6 100755 --- a/test/executables/puppetd.rb +++ b/test/executables/puppetd.rb @@ -34,7 +34,7 @@ class TestPuppetDExe < Test::Unit::TestCase # and verify our daemon runs assert_nothing_raised { - system cmd + system(cmd) } sleep 1 assert($? == 0, "Puppetd exited with code %s" % $?) -- cgit