test/default/run.sh compat with GNU find

This commit is contained in:
Frank Denis 2022-11-27 22:12:05 +01:00
parent 8081df0b64
commit 0d2f6d2a7b

View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
find . -type f -perm +100 -print | grep -v run.sh | sort | while read -r x; do find . -type f -perm -100 -print | grep -v run.sh | sort | while read -r x; do
echo "[$x]" echo "[$x]"
if ! "$x"; then if ! "$x"; then
echo "*** [$x] FAILED" >&2 echo "*** [$x] FAILED" >&2