diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-11-18 07:40:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-11-18 07:40:47 +0200 |
commit | a6c6065d5c2a8a1f1c64ebacfaabf8d8f771ebe0 (patch) | |
tree | 135810d9fc75ccd015480c217a0364b7ed2b1afa /tests | |
parent | b2b815c6ebb229086d7894bf51460277e6d522d3 (diff) |
Adjust to low verbosity diagnostics changes
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pkg-clean.testscript | 2 |
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 |