test/fs/fs.sh: fix typo of "root"

This amends commit 6b7d77c41 ("testing --tmpfs as root and regular
user", 2026-01-21).
This commit is contained in:
Kelvin M. Klann 2026-05-11 08:47:31 -03:00
parent 98fe3af8ba
commit fce18b90f3

View file

@ -19,7 +19,7 @@ mkdir -p ~/Videos
echo "TESTING: tmpfs as regular user (test/fs/tmpfs.exp)"
./tmpfs.exp
echo "TESTING: tmpfs as rooot (test/fs/tmpfs-root.exp)"
echo "TESTING: tmpfs as root (test/fs/tmpfs-root.exp)"
sudo ./tmpfs-root.exp
echo "TESTING: tab completion (test/fs/tab.exp)"