---
 tools/build/rtems-test-check | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/build/rtems-test-check b/tools/build/rtems-test-check
index 3a485c7..2411dd1 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
-- 
1.9.3

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to