about summary refs log tree commit diff
path: root/test/Execute-Tests
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-02-06 17:34:26 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-02-06 17:34:26 +0000
commitdda1dec24be3a94965325201d66e5ad412bdbf1e (patch)
tree9213278c41d5351364afe771217193a19861d27b /test/Execute-Tests
parentbe71d9f416a205d4dd977b93f5f96f97e8628cca (diff)
downloadnetpbm-mirror-dda1dec24be3a94965325201d66e5ad412bdbf1e.tar.gz
netpbm-mirror-dda1dec24be3a94965325201d66e5ad412bdbf1e.tar.xz
netpbm-mirror-dda1dec24be3a94965325201d66e5ad412bdbf1e.zip
Use /bin/sh where possible
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4273 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'test/Execute-Tests')
-rwxr-xr-xtest/Execute-Tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Execute-Tests b/test/Execute-Tests
index da4504a4..9b51cfd5 100755
--- a/test/Execute-Tests
+++ b/test/Execute-Tests
@@ -185,8 +185,8 @@ elif [ $VALGRIND_TESTS = "on" ]
   # You may want to add --track-origins=yes to the above.
 
   for i in awk basename cat cksum cmp comm cp cut date dirname \
-           egrep fgrep file grep gs head iconv ls mkdir mktemp perl rm \
-           sed seq sh sort tee tr uniq wc \
+           egrep fgrep file grep gs head iconv ls mkdir mktemp perl \
+           printf rm sed seq sh sort tee tr uniq wc \
            testrandom Available-Testprog
 
     # Tell valgrind not to probe execution of the above programs.