use find not fd
All checks were successful
Check / Explore-Gitea-Actions (push) Successful in 7s

This commit is contained in:
sfja 2026-03-11 18:28:18 +01:00
parent e6607cbf49
commit 2dff17144c

View File

@ -5,7 +5,7 @@ set -e
TEST_DIR=$(dirname $0) TEST_DIR=$(dirname $0)
SRC_DIR=$TEST_DIR/../src SRC_DIR=$TEST_DIR/../src
TEST_SRC=$(fd '\.ethlang' $TEST_DIR) TEST_SRC=$(find $TEST_DIR -name '*.ethlang')
count_total=0 count_total=0
count_succeeded=0 count_succeeded=0