$NetBSD: patch-aa,v 1.2 2008/10/26 10:49:14 obache Exp $

--- test.rb.orig	2008-10-22 02:42:32.000000000 +0000
+++ test.rb
@@ -24,7 +24,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
