summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-19 12:28:36 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-22 10:29:57 -0500
commit6442d54d5c58b959ba486b2608c6bc668a213a61 (patch)
tree20157f6ed1593e40d805604a08a7bcf17f792cb2 /tools/build
parentcpukit/libmisc/shell/hexdump-conv.c: Eliminate printf() format warning (diff)
downloadrtems-6442d54d5c58b959ba486b2608c6bc668a213a61.tar.bz2
tools/build/rtems-test-check: Support multiple include files
Diffstat (limited to 'tools/build')
-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