From ec0609d81cb5f2b44fce7174b72dd2c5a06dfbe6 Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 13 Jun 2006 15:57:06 +0000 Subject: A round of bug-fixing in preparation for the next release. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1256 980ebf18-57e1-0310-9a29-db15c13687c0 --- test/executables/puppetmodule.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/executables/puppetmodule.rb') diff --git a/test/executables/puppetmodule.rb b/test/executables/puppetmodule.rb index fcd85f42c..cff43a0e5 100755 --- a/test/executables/puppetmodule.rb +++ b/test/executables/puppetmodule.rb @@ -44,7 +44,7 @@ class TestPuppetModule < Test::Unit::TestCase ENV["CFALLCLASSES"] = "yaytest:all" assert_nothing_raised { - system(cmd + " " + file) + %x{#{cmd + " " + file} 2>&1} } assert($? == 0, "Puppet module exited with code %s" % $?.to_i) -- cgit