mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
test/fs/fs.sh: move rm of xdg macro files after macro.exp
They are unrelated to private-whitelist.exp.
This amends commit 2155203b3 ("xdg macro testing", 2018-08-07).
This commit is contained in:
parent
af26a06dd9
commit
217c96fab4
1 changed files with 3 additions and 3 deletions
|
|
@ -98,9 +98,6 @@ echo "TESTING: private-cwd (test/fs/private-cwd.exp)"
|
|||
|
||||
echo "TESTING: macros (test/fs/macro.exp)"
|
||||
./macro.exp
|
||||
|
||||
echo "TESTING: whitelist empty (test/fs/whitelist-empty.exp)"
|
||||
./whitelist-empty.exp
|
||||
rm -f ~/Desktop/_firejail_test_file
|
||||
rm -f ~/Documents/_firejail_test_file
|
||||
rm -f ~/Downloads/_firejail_test_file
|
||||
|
|
@ -108,6 +105,9 @@ rm -f ~/Music/_firejail_test_file
|
|||
rm -f ~/Pictures/_firejail_test_file
|
||||
rm -f ~/Videos/_firejail_test_file
|
||||
|
||||
echo "TESTING: whitelist empty (test/fs/whitelist-empty.exp)"
|
||||
./whitelist-empty.exp
|
||||
|
||||
echo "TESTING: private whitelist (test/fs/private-whitelist.exp)"
|
||||
./private-whitelist.exp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue