tests/basic: avoid changing ownership
This avoids possible issues when trying to chmod, tweaking permissions instead.
This commit is contained in:
parent
9f5b636990
commit
aa0bb176c5
|
|
@ -435,7 +435,7 @@ echo "ok user checkout"
|
||||||
$OSTREE commit ${COMMIT_ARGS} -b test2 -s "Another commit" --tree=ref=test2
|
$OSTREE commit ${COMMIT_ARGS} -b test2 -s "Another commit" --tree=ref=test2
|
||||||
echo "ok commit from ref"
|
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"
|
echo "ok commit from ref with modifier"
|
||||||
|
|
||||||
$OSTREE commit ${COMMIT_ARGS} -b trees/test2 -s 'ref with / in it' --tree=ref=test2
|
$OSTREE commit ${COMMIT_ARGS} -b trees/test2 -s 'ref with / in it' --tree=ref=test2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue