]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* tests/scripts/features/patternrules: Use Windows-compatible quoting
authorPaul Smith <psmith@gnu.org>
Fri, 3 Jan 2020 07:07:38 +0000 (02:07 -0500)
committerPaul Smith <psmith@gnu.org>
Fri, 3 Jan 2020 07:08:59 +0000 (02:08 -0500)
tests/scripts/features/patternrules

index 09197f510d87c31818bb9e75c5ac76b76723d3f2..6510c3873ab1d25c4a3f576a5639213b6bbd3925 100644 (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');