]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - test/runtest
Constify use of string_nextinlist()
[user/henk/code/exim.git] / test / runtest
index 96f5c11e912fe7b475ef34d3b44098ca339b32b1..4843fa80ed7ade61fb1b15bd5f059e4f357f35f4 100755 (executable)
@@ -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;