From 0fb8758d42047c9de9fef2bd34852e80d3ac9a99 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 4 Apr 2020 15:55:59 +0300 Subject: Make use of project configuration variables for tests --- tests/pkg-checkout.testscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/pkg-checkout.testscript') diff --git a/tests/pkg-checkout.testscript b/tests/pkg-checkout.testscript index c4f3f28..398080e 100644 --- a/tests/pkg-checkout.testscript +++ b/tests/pkg-checkout.testscript @@ -14,7 +14,7 @@ posix = ($cxx.target.class != 'windows') # Prepare repositories used by tests if running in the local mode. # -+if ($remote != true) ++if! $remote # Create git repositories. # $git_extract $src/git/libbar.tar @@ -29,7 +29,7 @@ end : git-rep : -if ($git_supported != true) +if! $git_supported { # Skip git repository tests. # @@ -122,7 +122,7 @@ else : links : - if ($remote == true || $posix) + if ($remote || $posix) { $clone_root_cfg; -- cgit v1.1