summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build/rtems-test-check2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/rtems-test-check b/tools/build/rtems-test-check
index 3a485c7dc8..2411dd12fc 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