mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
test/fs/fs.sh: use one mkdir per directory
To make the diffs clearer.
This amends commit df3f0b618 ("tests: make sure needed directories
exist", 2018-08-15).
Relates to #7147.
This commit is contained in:
parent
082956b4f8
commit
6b65860e89
1 changed files with 6 additions and 1 deletions
|
|
@ -8,7 +8,12 @@ export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
|
|||
export LC_ALL=C
|
||||
|
||||
# These directories are required by some tests:
|
||||
mkdir -p ~/Desktop ~/Documents ~/Downloads ~/Music ~/Pictures ~/Videos
|
||||
mkdir -p ~/Desktop
|
||||
mkdir -p ~/Documents
|
||||
mkdir -p ~/Downloads
|
||||
mkdir -p ~/Music
|
||||
mkdir -p ~/Pictures
|
||||
mkdir -p ~/Videos
|
||||
|
||||
echo "TESTING: tmpfs as regular user (test/fs/tmpfs.exp)"
|
||||
./tmpfs.exp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue