$NetBSD: patch-aa,v 1.3 2009/02/09 08:12:41 obache Exp $

--- test.rb.orig	2009-02-09 02:58:07.000000000 +0000
+++ test.rb
@@ -28,7 +28,7 @@ commands = [
            ]
 num = 1
 commands.each do |command|
-  rv = system("/usr/bin/ruby #{command} >/dev/null")
+  rv = system("ruby #{command} >/dev/null")
   if rv
     printf("%03d/%03d: %s: ok\n", num, commands.size, command)
   else
