X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fruntest;h=4843fa80ed7ade61fb1b15bd5f059e4f357f35f4;hb=736848857a8ffbd5a2358d8afcf053fabd626376;hp=96f5c11e912fe7b475ef34d3b44098ca339b32b1;hpb=59eaad2b1af0dc58545dff6a7211948782811e1a;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/runtest b/test/runtest index 96f5c11e9..4843fa80e 100755 --- a/test/runtest +++ b/test/runtest @@ -564,7 +564,7 @@ RESET_AFTER_EXTRA_LINE_READ: # signature algorithm names s/RSA-SHA1/RSA-SHA/; - # -d produces a list of environement variables as they are checked if they exist in the + # -d produces a list of environment variables as they are checked if they exist # in the environment. Unfortunately this list isn't always in the same order. For now we # just remove this list # @@ -1972,7 +1972,7 @@ if (/^sleep\s+(.*)$/) # Various Unix management commands are recognized if (/^(ln|ls|du|mkdir|mkfifo|touch|cp|cat)\s/ || - /^sudo (rmdir|rm|chown|chmod)\s/) + /^sudo\s(rmdir|rm|chown|chmod)\s/) { run_system("$_ >>test-stdout 2>>test-stderr"); return 1;