diff --git a/test/run_all.in b/test/run_all.in index 244131c28..d400a68e4 100755 --- a/test/run_all.in +++ b/test/run_all.in @@ -33,7 +33,7 @@ else if [ -x "$VRAMSTEG" ]; then BAR=1 COUNT=0 - TOTAL=`find -maxdepth 1 -path "${TESTBLOB}" -perm /u+x | wc -l` + TOTAL=`ls ${TESTBLOB} | wc -l` START=`$VRAMSTEG --now` fi