summaryrefslogtreecommitdiffstats
path: root/test/executables
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-04-02 23:46:10 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-04-02 23:46:10 +0000
commitf37154e69e57049f2bf6870d2c524fa29c3c0e35 (patch)
treef5dbcb57c53914221e99a1657063ebde957f4a29 /test/executables
parent7c7c2237e23828a352dae5b7786a008ea6605676 (diff)
downloadpuppet-f37154e69e57049f2bf6870d2c524fa29c3c0e35.tar.gz
puppet-f37154e69e57049f2bf6870d2c524fa29c3c0e35.tar.xz
puppet-f37154e69e57049f2bf6870d2c524fa29c3c0e35.zip
making a small change to the test, so failures are more informative
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1054 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/executables')
-rwxr-xr-xtest/executables/puppetbin.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/executables/puppetbin.rb b/test/executables/puppetbin.rb
index 39814769c..d787a704d 100755
--- a/test/executables/puppetbin.rb
+++ b/test/executables/puppetbin.rb
@@ -17,7 +17,7 @@ class TestPuppetBin < Test::Unit::TestCase
assert_nothing_raised {
output = %x{puppet --version}.chomp
}
- assert(output == Puppet.version)
+ assert_equal(Puppet.version, output)
end
def test_execution