From 07fe21516a08de5d2294485c7e0b99267c203f4c Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Wed, 22 Apr 2026 09:03:08 -0300 Subject: [PATCH] test/fs/fs.sh: fix typo of `_firejail_test_file` This amends commit 2155203b3 ("xdg macro testing", 2018-08-07). --- test/fs/fs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fs/fs.sh b/test/fs/fs.sh index 02df5fbb1..a4fd7e454 100755 --- a/test/fs/fs.sh +++ b/test/fs/fs.sh @@ -101,7 +101,7 @@ echo "TESTING: macros (test/fs/macro.exp)" echo "TESTING: whitelist empty (test/fs/whitelist-empty.exp)" ./whitelist-empty.exp -rm -f ~/Videos/_firejail_test_fil +rm -f ~/Videos/_firejail_test_file rm -f ~/Pictures/_firejail_test_file rm -f ~/Music/_firejail_test_file rm -f ~/Downloads/_firejail_test_file