mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 06:06:02 -06:00
test/fs/fs.sh: sort rm commands for xdg paths
This amends commit 2155203b3 ("xdg macro testing", 2018-08-07).
This commit is contained in:
parent
07fe21516a
commit
af26a06dd9
1 changed files with 5 additions and 5 deletions
|
|
@ -101,12 +101,12 @@ echo "TESTING: macros (test/fs/macro.exp)"
|
|||
|
||||
echo "TESTING: whitelist empty (test/fs/whitelist-empty.exp)"
|
||||
./whitelist-empty.exp
|
||||
rm -f ~/Videos/_firejail_test_file
|
||||
rm -f ~/Pictures/_firejail_test_file
|
||||
rm -f ~/Music/_firejail_test_file
|
||||
rm -f ~/Downloads/_firejail_test_file
|
||||
rm -f ~/Documents/_firejail_test_file
|
||||
rm -f ~/Desktop/_firejail_test_file
|
||||
rm -f ~/Documents/_firejail_test_file
|
||||
rm -f ~/Downloads/_firejail_test_file
|
||||
rm -f ~/Music/_firejail_test_file
|
||||
rm -f ~/Pictures/_firejail_test_file
|
||||
rm -f ~/Videos/_firejail_test_file
|
||||
|
||||
echo "TESTING: private whitelist (test/fs/private-whitelist.exp)"
|
||||
./private-whitelist.exp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue