From 82ee9169bd30a98eda9e79e3bf914d8d068c8fbb Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Fri, 28 Sep 2018 18:05:26 +0000 Subject: [PATCH] add install root for tests --- t/install.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/t/install.t b/t/install.t index 00287a9..8f6d642 100755 --- a/t/install.t +++ b/t/install.t @@ -186,10 +186,9 @@ skiponfail 3 "can't create $pkgid" || { } } -tryrun zpm uninstall -d local.db third-1.0-1 +tryrun zpm uninstall -R. -d local.db third-1.0-1 test -f bin/echo failsok bin/echo removed -ls -l bin | diagstdin cd .. || bailout require rm -rf tmp -- 2.40.0