aboutsummaryrefslogtreecommitdiffstats
path: root/bin/testrb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/testrb')
-rwxr-xr-xbin/testrb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/testrb b/bin/testrb
index d03f057224..e9046eb147 100755
--- a/bin/testrb
+++ b/bin/testrb
@@ -5,6 +5,6 @@ tests.options.banner.sub!(/\[options\]/, '\& tests...')
unless tests.process_args(ARGV)
abort tests.options.banner
end
-p files = tests.to_run
+files = tests.to_run
$0 = files.size == 1 ? File.basename(files[0]) : files.to_s
exit tests.run