Port grouped_targets test to Solaris 10

* tests/scripts/features/grouped_targets: Use ‘printf ''’
instead of ‘echo -n’, as POSIX says the latter is not portable.
This commit is contained in:
Paul Eggert 2019-08-27 01:08:47 -07:00 committed by Paul Smith
parent a9609084f4
commit 8bffc8d53c

View file

@ -9,7 +9,7 @@ $details = "Here we test for requirements like\n"
run_make_test(q{ run_make_test(q{
.PHONY: all .PHONY: all
&:; &:;
all: ;@echo -n all: ;@printf ''
}, },
'', ""); '', "");