From 54dce2b58b77dd8a5ff7c20a27b4bdbfec1c6e46 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 16 Mar 2017 15:53:20 +0300 Subject: Make use of >! redirect in testscripts --- tests/pkg-status.test | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/pkg-status.test') diff --git a/tests/pkg-status.test b/tests/pkg-status.test index ff7cab7..3c00e97 100644 --- a/tests/pkg-status.test +++ b/tests/pkg-status.test @@ -25,7 +25,7 @@ # Prepare repositories used by tests if running in the local mode. # +if ($remote != true) - c = $rep_create 2>- + c = $rep_create 2>! cp -r $src/extra $out/extra && $c $out/extra &$out/extra/packages cp -r $src/stable $out/stable && $c $out/stable &$out/stable/packages @@ -33,10 +33,10 @@ cp -r $src/unstable $out/unstable && $c $out/unstable &$out/unstable/packages end -pkg_fetch += 2>- -pkg_purge += -d cfg 2>- -rep_add += -d cfg 2>- -rep_fetch += -d cfg --auth all --trust-yes 2>- +pkg_fetch += 2>! +pkg_purge += -d cfg 2>! +rep_add += -d cfg 2>! +rep_fetch += -d cfg --auth all --trust-yes 2>! : basics : -- cgit v1.1