aboutsummaryrefslogtreecommitdiff
path: root/tests/pkg-clean.testscript
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-11-18 07:40:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-11-18 07:40:47 +0200
commita6c6065d5c2a8a1f1c64ebacfaabf8d8f771ebe0 (patch)
tree135810d9fc75ccd015480c217a0364b7ed2b1afa /tests/pkg-clean.testscript
parentb2b815c6ebb229086d7894bf51460277e6d522d3 (diff)
Adjust to low verbosity diagnostics changes
Diffstat (limited to 'tests/pkg-clean.testscript')
-rw-r--r--tests/pkg-clean.testscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkg-clean.testscript b/tests/pkg-clean.testscript
index 7e04425..2922f51 100644
--- a/tests/pkg-clean.testscript
+++ b/tests/pkg-clean.testscript
@@ -121,7 +121,7 @@ $* 2>>EOE != 0
$pkg_configure libhello && $pkg_update libhello;
$* libhello 2>>~%EOE%;
- %rm .+%{8}
+ %(rm|rmdir) .+%{8}
cleaned libhello/1.0.0
EOE