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-info.test | |
parent | a791b1ce0fa2bc9859474fb6f7a9c0ff8cbd1d4a (diff) |
Make use of >! redirect in testscripts
Diffstat (limited to 'tests/rep-info.test')
-rw-r--r-- | tests/rep-info.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rep-info.test b/tests/rep-info.test index 43e455e..378ca51 100644 --- a/tests/rep-info.test +++ b/tests/rep-info.test @@ -14,7 +14,7 @@ # Prepare repositories used by tests if running in the local mode. # +if ($remote != true) - rc = $rep_create 2>- + rc = $rep_create 2>! # Create the unsigned 'testing' repository. # |