aboutsummaryrefslogtreecommitdiff
path: root/tests/pkg-clean.testscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pkg-clean.testscript')
-rw-r--r--tests/pkg-clean.testscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pkg-clean.testscript b/tests/pkg-clean.testscript
index c75055c..2922f51 100644
--- a/tests/pkg-clean.testscript
+++ b/tests/pkg-clean.testscript
@@ -47,7 +47,7 @@
&$out/hello/signature.manifest
end
-pkg_configure += -d cfg config.cxx=$quote($recall($cxx.path) $cxx.mode, true) 2>!
+pkg_configure += -d cfg config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true) 2>!
pkg_disfigure += -d cfg
pkg_fetch += -d cfg 2>!
pkg_purge += -d cfg
@@ -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