diff options
Diffstat (limited to 'tests/sync.testscript')
-rw-r--r-- | tests/sync.testscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/sync.testscript b/tests/sync.testscript index 8fabf3b..463fa75 100644 --- a/tests/sync.testscript +++ b/tests/sync.testscript @@ -322,8 +322,8 @@ deinit += -d prj cp -rp ../libfix ./; cp -rp ../bar ./; - $config create -d libfoo @cfg libfoo-cfg &libfoo-cfg/***; - $config create -d libfoo --config-type host @host host &host/***; + $config create -d libfoo @cfg libfoo-cfg -- &libfoo-cfg/***; + $config create -d libfoo --config-type host @host host -- &host/***; $config link -d libfoo @cfg @host; @@ -359,7 +359,7 @@ deinit += -d prj depends: * libbuild2-baz EOI - $config create -d libfoo @cfg libfoo-cfg &libfoo-cfg/***; + $config create -d libfoo @cfg libfoo-cfg -- &libfoo-cfg/***; # Convert specific errors to infos as we expect them to appear. Not doing # so, makes bbot logs quite confusing. |