mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-22 02:03:01 +02:00
Use busybox short option to su.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user