From: Luca BRUNO Date: Mon, 30 Aug 2021 14:11:43 +0000 (+0000) Subject: tests/basic: avoid changing ownership X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~2^2~4^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=aa0bb176c5847b3bc7096904c6b0e978d119c2fa;p=ostree.git tests/basic: avoid changing ownership This avoids possible issues when trying to chmod, tweaking permissions instead. --- diff --git a/tests/basic-test.sh b/tests/basic-test.sh index b694f370..29ca6109 100644 --- a/tests/basic-test.sh +++ b/tests/basic-test.sh @@ -435,7 +435,7 @@ echo "ok user checkout" $OSTREE commit ${COMMIT_ARGS} -b test2 -s "Another commit" --tree=ref=test2 echo "ok commit from ref" -$OSTREE commit ${COMMIT_ARGS} -b test2 -s "Another commit with modifier" --tree=ref=test2 --owner-uid=0 +$OSTREE commit ${COMMIT_ARGS} -b test2 -s "Another commit with modifier" --tree=ref=test2 --mode-ro-executables echo "ok commit from ref with modifier" $OSTREE commit ${COMMIT_ARGS} -b trees/test2 -s 'ref with / in it' --tree=ref=test2