summaryrefslogtreecommitdiffstats
path: root/test/executables
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-03-02 20:28:45 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-03-02 20:28:45 +0000
commit343dd08a4ab84bdc6947239e8c514752db219c2a (patch)
tree438f144f98a56ef6e35e4c4b670318f15c81eb31 /test/executables
parent1a93c822667e6990b45f843e56d8976c51517671 (diff)
downloadpuppet-343dd08a4ab84bdc6947239e8c514752db219c2a.tar.gz
puppet-343dd08a4ab84bdc6947239e8c514752db219c2a.tar.xz
puppet-343dd08a4ab84bdc6947239e8c514752db219c2a.zip
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
Diffstat (limited to 'test/executables')
-rwxr-xr-xtest/executables/puppetd.rb2
1 files changed, 1 insertions, 1 deletions
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" % $?)