]> git.proxmox.com Git - pve-container.git/commitdiff
tests: fix lxc-usernsexec invocation for uid != gid
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 22 May 2019 12:25:11 +0000 (14:25 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 22 May 2019 12:25:11 +0000 (14:25 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/test/Makefile

index fdd0271e059411e1db509b62ad169d1a7bd4226b..8734879647844609b33356650a6351e4ba045acc 100644 (file)
@@ -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