浏览代码

Use busybox short option to su.

Dan Helfman 5 年之前
父节点
当前提交
d2df224da8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 apk add --no-cache borgbackup postgresql-client mariadb-client
 working_directory="$PWD"
 working_directory="$PWD"
 adduser --disabled-password tests
 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"