From 2f80ecdcbf8124c06413f24d5c6755dc9895935e Mon Sep 17 00:00:00 2001 From: "Ibuki.O" Date: Wed, 4 Mar 2026 22:53:47 +0900 Subject: [PATCH] fix: Add missing $ to TESTBIN variable in the relibc-tests-bins recipe --- recipes/tests/relibc-tests-bins/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/tests/relibc-tests-bins/recipe.toml b/recipes/tests/relibc-tests-bins/recipe.toml index 80dfd9f6a..1d3d80bf2 100644 --- a/recipes/tests/relibc-tests-bins/recipe.toml +++ b/recipes/tests/relibc-tests-bins/recipe.toml @@ -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