* tests/scripts/features/patternrules: Use Windows-compatible quoting

This commit is contained in:
Paul Smith 2020-01-03 02:07:38 -05:00
parent 7449abfe1b
commit e56243fe57

View File

@ -240,7 +240,7 @@ unlink('a.c');
touch('some file.yy');
run_make_test(q!
%.xx : %.yy ; @echo matched
!, 'some\ file.xx', "matched\n");
!, '"some file.xx"', "matched\n");
unlink('some file.xx', 'some file.yy');