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/rep-fetch.test | |
parent | a791b1ce0fa2bc9859474fb6f7a9c0ff8cbd1d4a (diff) |
Make use of >! redirect in testscripts
Diffstat (limited to 'tests/rep-fetch.test')
-rw-r--r-- | tests/rep-fetch.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rep-fetch.test b/tests/rep-fetch.test index e59ebf4..a733ee5 100644 --- a/tests/rep-fetch.test +++ b/tests/rep-fetch.test @@ -33,7 +33,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. # @@ -57,7 +57,7 @@ end test.options += --auth all -rep_add += -d cfg 2>- +rep_add += -d cfg 2>! : no-repositories : |