diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-03-16 15:53:20 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-03-16 15:53:20 +0300 |
commit | 54dce2b58b77dd8a5ff7c20a27b4bdbfec1c6e46 (patch) | |
tree | a9420a208fc264901681ca7df61347f9b954e9a9 /tests/pkg-clean.test | |
parent | a791b1ce0fa2bc9859474fb6f7a9c0ff8cbd1d4a (diff) |
Make use of >! redirect in testscripts
Diffstat (limited to 'tests/pkg-clean.test')
-rw-r--r-- | tests/pkg-clean.test | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/pkg-clean.test b/tests/pkg-clean.test index c090036..a853372 100644 --- a/tests/pkg-clean.test +++ b/tests/pkg-clean.test @@ -37,7 +37,7 @@ # Prepare repositories used by tests if running in the local mode. # +if ($remote != true) - rep_create += 2>- + rep_create += 2>! # Create the signed 'hello' repository. # @@ -46,14 +46,14 @@ $rep_create --key $key $out/hello &$out/hello/packages &$out/hello/signature end -pkg_configure += -d cfg "config.cxx=$config.cxx" 2>- +pkg_configure += -d cfg "config.cxx=$config.cxx" 2>! pkg_disfigure += -d cfg -pkg_fetch += -d cfg 2>- +pkg_fetch += -d cfg 2>! pkg_purge += -d cfg -pkg_unpack += -d cfg 2>- -pkg_update += -d cfg 2>- -rep_add += -d cfg 2>- -rep_fetch += -d cfg --auth all 2>- +pkg_unpack += -d cfg 2>! +pkg_update += -d cfg 2>! +rep_add += -d cfg 2>! +rep_fetch += -d cfg --auth all 2>! : no-name : |