Revert "Switch all rootful to rootfull"

This reverts commit cc3790f332d989440eb1720e24e3619fc97c74ee.

We can't change rootful to rootfull because `rootful` is written into the machine config. Changing this will break json unmarshalling, which will break existing machines.

[NO NEW TESTS NEEDED]

Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
Ashley Cui
2022-04-25 09:12:45 -04:00
parent ba6356280a
commit 1260bf631f
22 changed files with 64 additions and 76 deletions

View File

@ -483,7 +483,7 @@ function skip_if_root_ubuntu {
if is_ubuntu; then
if ! is_remote; then
if ! is_rootless; then
skip "Cannot run this test on rootfull ubuntu, usually due to user errors"
skip "Cannot run this test on rootful ubuntu, usually due to user errors"
fi
fi
fi