From 6893fcaa9b86f04e545f616a7677f2da23982cc8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 16 Jan 2008 22:09:51 +0000 Subject: [PATCH] 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(-) diff --git a/tests/runtests.pl b/tests/runtests.pl index e4f2e9d582..9eeaa3f78b 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"; -- 2.47.3