summaryrefslogtreecommitdiff
path: root/tests/test_subprj_dash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_subprj_dash/Makefile')
-rw-r--r--tests/test_subprj_dash/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_subprj_dash/Makefile b/tests/test_subprj_dash/Makefile
index f518e28..a0f8d9b 100644
--- a/tests/test_subprj_dash/Makefile
+++ b/tests/test_subprj_dash/Makefile
@@ -6,7 +6,7 @@ test:
tmp_out=${.OBJDIR}/${.CURDIR:T}.test.out; \
rm -f $$tmp_out; \
${MAKE} ${MAKEFLAGS} -f ${.CURDIR}/test.mk all 2>&1 | \
- sed 's,bmake\[[0-9]*\],bmake,' | \
+ sed 's,n*bmake\[[0-9]*\],bmake,' | \
mkc_test_helper "${PREFIX}" "${.OBJDIR}" > $$tmp_out; \
diff ${.CURDIR}/expect.out $$tmp_out && \
echo ' succeeded' 1>&2 || \