test/default/run.sh compat with GNU find
This commit is contained in:
parent
f480b547e4
commit
1904d6ad21
@ -1,6 +1,6 @@
|
||||
#! /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]"
|
||||
if ! "$x"; then
|
||||
echo "*** [$x] FAILED" >&2
|
||||
|
Loading…
Reference in New Issue
Block a user