mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 06:06:02 -06:00
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:
parent
98fe3af8ba
commit
fce18b90f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue