From e56243fe57710124d4e5eb6c05179065f49d1333 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 3 Jan 2020 02:07:38 -0500 Subject: [PATCH] * tests/scripts/features/patternrules: Use Windows-compatible quoting --- tests/scripts/features/patternrules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/features/patternrules b/tests/scripts/features/patternrules index 09197f51..6510c387 100644 --- a/tests/scripts/features/patternrules +++ b/tests/scripts/features/patternrules @@ -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'); -- 2.47.3