diff options
-rwxr-xr-x | test/Execute-Tests | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Execute-Tests b/test/Execute-Tests index 047cf4a3..c2fd9d52 100755 --- a/test/Execute-Tests +++ b/test/Execute-Tests @@ -40,8 +40,7 @@ fi export PBM_BINPREFIX=${PBM_TESTPREFIX} # Add PBM_BINPREFIX to PATH. -# This is necessary for Netpbm programs (mosly scripts) that call -# other Netpbm programs. +# This is necessary for Netpbm programs that call other Netpbm programs. if [ ! -z $PBM_BINPREFIX ] then |