From f37154e69e57049f2bf6870d2c524fa29c3c0e35 Mon Sep 17 00:00:00 2001 From: luke Date: Sun, 2 Apr 2006 23:46:10 +0000 Subject: 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 --- test/executables/puppetbin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/executables') 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 -- cgit