From 9e89d3920a74f59b78f6edfaec5b9fac4b635b0d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 15 Dec 2017 15:26:00 +0300 Subject: Merge with latest upstream package version (master branch) --- tests/api/testscript | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tests') diff --git a/tests/api/testscript b/tests/api/testscript index 01f883b..6522c44 100644 --- a/tests/api/testscript +++ b/tests/api/testscript @@ -55,14 +55,14 @@ : cflags : $* --cflags $f >>EOO - I C:Program FilesFoo + I C:\Program Files\Foo EOO : libs : $* --libs $f >>EOO - L C:Program FilesFoo - l C:Program FilesFoofoo + L C:\Program Files\Foo + l C:\Program Files\Foo\foo EOO : vars @@ -91,14 +91,14 @@ : cflags : $* --cflags $f >>EOO - I C:\\Program Files\\Foo + I C:\Program Files\Foo EOO : libs : $* --libs $f >>EOO - L C:\\Program Files\\Foo - l C:\\Program Files\\Foo\\foo + L C:\Program Files\Foo + l C:\Program Files\Foo\foo EOO : vars -- cgit v1.1