summaryrefslogtreecommitdiffstats
path: root/test/lib/puppettest/filetesting.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/puppettest/filetesting.rb')
-rw-r--r--test/lib/puppettest/filetesting.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/puppettest/filetesting.rb b/test/lib/puppettest/filetesting.rb
index 605de6a73..3c869f5cf 100644
--- a/test/lib/puppettest/filetesting.rb
+++ b/test/lib/puppettest/filetesting.rb
@@ -88,7 +88,7 @@ module PuppetTest::FileTesting
tolist = file_list(todir).sort
fromlist.sort.zip(tolist.sort).each { |a,b|
- assert_equal(a, b, "Fromfile %s with length %s does not match tofile %s with length %s" % [a, fromlist.length, b, tolist.length])
+ assert_equal(a, b, "Fromfile #{a} with length #{fromlist.length} does not match tofile #{b} with length #{tolist.length}")
}
#assert_equal(fromlist,tolist)