aboutsummaryrefslogtreecommitdiff
path: root/tests/rep-list.testscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rep-list.testscript')
-rw-r--r--tests/rep-list.testscript7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/rep-list.testscript b/tests/rep-list.testscript
index c622327..50a6501 100644
--- a/tests/rep-list.testscript
+++ b/tests/rep-list.testscript
@@ -1,5 +1,4 @@
# file : tests/rep-list.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include common.testscript \
@@ -32,13 +31,13 @@
# Prepare repositories used by tests if running in the local mode.
#
-+if ($remote != true)
++if! $remote
cp -r $src/extra $out/extra
cp -r $src/math $out/math
cp -r $src/stable $out/stable
cp -r $src/testing $out/testing
- c = $rep_create 2>!
+ c = [cmdline] $rep_create 2>!
$c $out/extra &$out/extra/packages.manifest
$c $out/math &$out/math/packages.manifest
@@ -126,7 +125,7 @@ rep_fetch += -d cfg --auth all --trust-yes 2>!
: git-rep
:
-if ($git_supported != true)
+if! $git_supported
{
# Skip git repository tests.
#