aboutsummaryrefslogtreecommitdiff
path: root/tests/pkg-unpack.testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-04-04 15:55:59 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-04-06 18:51:49 +0300
commit0fb8758d42047c9de9fef2bd34852e80d3ac9a99 (patch)
tree005262473fb522f96da96f1716fd8d7c44a2d501 /tests/pkg-unpack.testscript
parent5631205edf682629d1d34634025bdfa2191e6a4f (diff)
Make use of project configuration variables for tests
Diffstat (limited to 'tests/pkg-unpack.testscript')
-rw-r--r--tests/pkg-unpack.testscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pkg-unpack.testscript b/tests/pkg-unpack.testscript
index 8df3499..6190552 100644
--- a/tests/pkg-unpack.testscript
+++ b/tests/pkg-unpack.testscript
@@ -28,7 +28,7 @@
# Prepare repositories used by tests if running in the local mode.
#
-+if ($remote != true)
++if! $remote
rep_create += 2>!
# Create the signed 'hello' repository.
@@ -275,7 +275,7 @@ $* 2>>EOE != 0
: Test that the version is populated with the snapshot information for the
: package directory that is under the version control.
:
- if ($remote != true)
+ if! $remote
{
$clone_root_cfg;