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:
Kelvin M. Klann 2026-04-24 04:03:13 -03:00
parent af26a06dd9
commit 217c96fab4

View file

@ -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