From: Wolfgang Bumiller Date: Wed, 22 May 2019 12:25:11 +0000 (+0200) Subject: tests: fix lxc-usernsexec invocation for uid != gid X-Git-Url: https://git.proxmox.com/?p=pve-container.git;a=commitdiff_plain;h=8f4bd6245b25218d05dbf1267a85728f447a13d4 tests: fix lxc-usernsexec invocation for uid != gid Signed-off-by: Wolfgang Bumiller --- 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