diff options
Diffstat (limited to 'tests/pkg-unpack.testscript')
-rw-r--r-- | tests/pkg-unpack.testscript | 4 |
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; |