[Surfraw-commits] [SCM] surfraw - a fast unix command line interface to WWW branch, master, updated. surfraw_2-2-5_1-95-g7c30b08

Ian Beckwith ianb at erislabs.net
Tue Mar 2 03:50:29 UTC 2010


The following commit has been merged in the master branch:
commit 77618ffb4b10fe696960b32554f38df057bb2ac9
Author: Ian Beckwith <ianb at erislabs.net>
Date:   Tue Mar 2 02:59:01 2010 +0000

    runtests: don't give explicit path to elvi so tricksy tests like woffle work

diff --git a/test/runtests b/test/runtests
index e8e14ef..e7ae0a1 100755
--- a/test/runtests
+++ b/test/runtests
@@ -140,7 +140,7 @@ sub testelvis
 	my $hash=$tests[$count];
 	my $cmd  =(keys  (%$hash))[0];
 	my $match=(values(%$hash))[0];
-	unless(open(ELVI,"SURFRAW_lang= SURFRAW_browser=echo SURFRAW_global_conf=\"$srcdir/surfraw.conf\" PATH=\"$srcdir/elvi:$srcdir:\$PATH\" $srcdir/elvi/$cmd|"))
+	unless(open(ELVI,"SURFRAW_lang= SURFRAW_browser=echo SURFRAW_global_conf=\"$srcdir/surfraw.conf\" PATH=\"$srcdir/elvi:$srcdir:\$PATH\" $cmd|"))
 	{
 	    print "FAIL: cannot execute \"$cmd\": $!";
 	    push(@results,$FAIL);

-- 
surfraw -  a fast unix command line interface to WWW



More information about the Surfraw-commits mailing list