summaryrefslogtreecommitdiffstats
path: root/testsuites/automake
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-03-09 16:14:16 +1100
committerChris Johns <chrisj@rtems.org>2017-03-14 13:54:21 +1100
commiteb733202ad13afd06d340422fcb67fbcf1533be0 (patch)
treec642e1cfa0388e82e3ed05a6494004afe54df9e2 /testsuites/automake
parentlibbsp/mips/shared/irq/i8259.c: Add include of rtems/bspIo.h (diff)
downloadrtems-eb733202ad13afd06d340422fcb67fbcf1533be0.tar.bz2
Fix rtems-test-check with a BSD sed.
BSD sed does not support '\t' and treated '[ \t]' as 3 characters. This patch uses a standard method of supporting blank spaces.
Diffstat (limited to 'testsuites/automake')
-rw-r--r--testsuites/automake/test-subdirs.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/automake/test-subdirs.am b/testsuites/automake/test-subdirs.am
index 380aae1619..f83f03541f 100644
--- a/testsuites/automake/test-subdirs.am
+++ b/testsuites/automake/test-subdirs.am
@@ -16,7 +16,7 @@ all-local:
fi; \
tdata="$(top_srcdir)/../../c/src/lib/libbsp/$(RTEMS_CPU)/$(RTEMS_BSP_FAMILY)/make/custom/$(RTEMS_BSP)-testsuite.tcfg"; \
if test -f "$$tdata"; then \
- vtdata="$(RTEMS_CPU)/$(RTEMS_BSP_FAMILY)/make/custom/$(RTEMS_BSP)-testsuite.cfg"; \
+ vtdata="$(RTEMS_CPU)/$(RTEMS_BSP_FAMILY)/make/custom/$(RTEMS_BSP)-testsuite.tcfg"; \
else \
vtdata="all tests"; \
fi; \