From a4ea159e4447a0081bb0c2ab33f112a273bc8090 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Tue, 12 Apr 2022 15:50:13 +0200 Subject: [PATCH] jenkins: delete superfluous sudo (#60526) --- test-nspawn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-nspawn b/test-nspawn index ac0810e..5b10f69 100755 --- a/test-nspawn +++ b/test-nspawn @@ -8,7 +8,7 @@ then fs=/var/lib/machines/$image test -d $fs || (cd /var/lib/machines && debootstrap --include=systemd-container $suite $image http://deb.debian.org/debian/) rsync -a --delete . $fs/opt/publik-devinst - sudo systemd-nspawn -x -D $fs /opt/publik-devinst/test-nspawn run-tests + systemd-nspawn -x -D $fs /opt/publik-devinst/test-nspawn run-tests elif [ $1 = 'run-tests' ] then apt update