fix: Add missing $ to TESTBIN variable in the relibc-tests-bins recipe

This commit is contained in:
Ibuki.O 2026-03-04 22:53:47 +09:00
parent 4d48728441
commit 2f80ecdcbf

View File

@ -35,7 +35,7 @@ else
fi
fi
if [ -n "TESTBIN" ]; then
if [ -n "$TESTBIN" ]; then
if [[ -f "${EXPECTSRC}/$TESTBIN.stdout" ]]; then
"${COOKBOOK_REDOXER}" write-exec sh -c "cd /root/relibc-tests; relibc-tests ./$TESTBIN"
else