aboutsummaryrefslogtreecommitdiff
path: root/tests/pkg-purge.test
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-03-16 15:53:20 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-03-16 15:53:20 +0300
commit54dce2b58b77dd8a5ff7c20a27b4bdbfec1c6e46 (patch)
treea9420a208fc264901681ca7df61347f9b954e9a9 /tests/pkg-purge.test
parenta791b1ce0fa2bc9859474fb6f7a9c0ff8cbd1d4a (diff)
Make use of >! redirect in testscripts
Diffstat (limited to 'tests/pkg-purge.test')
-rw-r--r--tests/pkg-purge.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pkg-purge.test b/tests/pkg-purge.test
index 0f7b256..1c2bff6 100644
--- a/tests/pkg-purge.test
+++ b/tests/pkg-purge.test
@@ -14,8 +14,8 @@
# |-- buildfile
# `-- manifest
-pkg_fetch += -d cfg 2>-
-pkg_unpack += -d cfg 2>-
+pkg_fetch += -d cfg 2>!
+pkg_unpack += -d cfg 2>!
pkg_status += -d cfg
: no-name