From 6893fcaa9b86f04e545f616a7677f2da23982cc8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 16 Jan 2008 22:09:51 +0000 Subject: remove trailing comma too, even though I don't think it does any harm --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/runtests.pl') diff --git a/tests/runtests.pl b/tests/runtests.pl index e4f2e9d58..9eeaa3f78 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -374,7 +374,7 @@ sub startnew { sub checkcmd { my ($cmd)=@_; my @paths=(split(":", $ENV{'PATH'}), "/usr/sbin", "/usr/local/sbin", - "/sbin", "/usr/bin", "/usr/local/bin", ); + "/sbin", "/usr/bin", "/usr/local/bin" ); for(@paths) { if( -x "$_/$cmd") { return "$_/$cmd"; -- cgit v1.2.3