test/default/run.sh compat with GNU find
This commit is contained in:
parent
8081df0b64
commit
0d2f6d2a7b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user