summaryrefslogtreecommitdiffstats
path: root/tools/build/rtems-test-check
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/rtems-test-check')
-rwxr-xr-xtools/build/rtems-test-check3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/build/rtems-test-check b/tools/build/rtems-test-check
index 3a485c7dc8..3f53a96cd7 100755
--- a/tools/build/rtems-test-check
+++ b/tools/build/rtems-test-check
@@ -28,7 +28,7 @@ bsp_tests=${tests}
if test -f $testdata; then
disabled_tests=""
- while [ ! -z $testdata ];
+ while [ ! -z "$testdata" ];
do
for td in $testdata;
do
@@ -73,4 +73,3 @@ fi
echo ${bsp_tests}
exit 0
-