Skip to content

Commit adf3b20

Browse files
committed
make : fix typo
1 parent 0f9285b commit adf3b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ test: $(TEST_TARGETS)
6060
fi; \
6161
done; \
6262
if [ $$failures -gt 0 ]; then \
63-
printf '\n%%s tests failed.\n' $$failures; \
63+
printf '\n%s tests failed.\n' $$failures; \
6464
exit 1; \
6565
fi
6666
@printf '\nAll tests passed.\n'

0 commit comments

Comments
 (0)