From c07b140808440aa603b5664b603b78a04f63328a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 25 Feb 2019 15:14:11 +0300 Subject: Disable tests failing for root user on POSIX systems --- tests/pkg-configure.testscript | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tests/pkg-configure.testscript') diff --git a/tests/pkg-configure.testscript b/tests/pkg-configure.testscript index ab712c0..00963dc 100644 --- a/tests/pkg-configure.testscript +++ b/tests/pkg-configure.testscript @@ -76,6 +76,12 @@ pkg_unpack += -d cfg 2>! rep_add += -d cfg 2>! rep_fetch += -d cfg --auth all 2>! +posix = ($cxx.target.class != 'windows') + ++if $posix + id -u | set uid +end + : no-name : $clone_cfg; @@ -198,7 +204,7 @@ $* libhello libhello 2>>EOE != 0 : broken : -if ($cxx.target.class != 'windows') +if ($posix && "$uid" != '0') { : disfigure-failed : -- cgit v1.1