diff options
Diffstat (limited to 'tests/rep-list.testscript')
-rw-r--r-- | tests/rep-list.testscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rep-list.testscript b/tests/rep-list.testscript index 92a3b90..3e9cfb7 100644 --- a/tests/rep-list.testscript +++ b/tests/rep-list.testscript @@ -31,7 +31,7 @@ # 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 @@ -125,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. # |