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/rep-auth.testscript | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/rep-auth.testscript') diff --git a/tests/rep-auth.testscript b/tests/rep-auth.testscript index 0d95887..0ba46fa 100644 --- a/tests/rep-auth.testscript +++ b/tests/rep-auth.testscript @@ -23,7 +23,7 @@ # Prepare repositories used by tests if running in the local mode. # -+if ($remote != true) ++if! $remote rc = $rep_create 2>! # Create the 'unsigned1' repository. @@ -337,7 +337,7 @@ sc = " " # Space character to append to here-document line when required. : subdomain : - if ($remote != true) + if! $remote { : first-level : @@ -373,7 +373,7 @@ sc = " " # Space character to append to here-document line when required. : subdomain : - if ($remote != true) + if! $remote { : first-level : @@ -409,7 +409,7 @@ sc = " " # Space character to append to here-document line when required. : subdomain : - if ($remote != true) + if! $remote { : first-level : -- cgit v1.1