mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
fix: Add missing $ to TESTBIN variable in the relibc-tests-bins recipe
This commit is contained in:
parent
4d48728441
commit
2f80ecdcbf
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user