Explorar o código

Use busybox short option to su.

Dan Helfman %!s(int64=5) %!d(string=hai) anos
pai
achega
d2df224da8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/run-full-tests

+ 1 - 1
scripts/run-full-tests

@@ -16,4 +16,4 @@ tox
 apk add --no-cache borgbackup postgresql-client mariadb-client
 working_directory="$PWD"
 adduser --disabled-password tests
-su - tests --command "cd $working_directory && tox --workdir /tmp -e end-to-end"
+su - tests -c "cd $working_directory && tox --workdir /tmp -e end-to-end"