From 8f4bd6245b25218d05dbf1267a85728f447a13d4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 22 May 2019 14:25:11 +0200 Subject: [PATCH] tests: fix lxc-usernsexec invocation for uid != gid Signed-off-by: Wolfgang Bumiller --- src/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/Makefile b/src/test/Makefile index fdd0271..8734879 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -1,4 +1,4 @@ -RUN_USERNS := lxc-usernsexec -m "b:0:`id -u`:1" -- +RUN_USERNS := lxc-usernsexec -m "u:0:`id -u`:1" -m "g:0:`id -g`:1" -- all: test -- 2.39.2