aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-07-20 20:41:42 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-07-20 20:41:42 +0300
commit7ce455890afc89c8aaf343fc13088f313cbecf86 (patch)
treee834c9a8d5e0a1cb97ffa8ba929dda1234e2b2c7
parent7f52d9bd3627dd3717ea95d7c8e84ae8ced5acaf (diff)
Fix test to properly work with MinGW runtime
-rw-r--r--tests/pkg-drop.testscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkg-drop.testscript b/tests/pkg-drop.testscript
index 577c5fb..a2e58f3 100644
--- a/tests/pkg-drop.testscript
+++ b/tests/pkg-drop.testscript
@@ -820,7 +820,7 @@ $* libfoo/1.0.0 2>>~%EOE% != 0
purged libbar
EOO
- $* --all-pattern '*' 2>>EOO
+ $* libfoo 2>>EOO
disfigured libfoo
purged libfoo
EOO