aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs/private-home.exp
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@protonmail.com>2021-07-29 07:47:16 -0400
committerLibravatar startx2017 <vradu.startx@protonmail.com>2021-07-29 07:47:16 -0400
commitb4424d947838cc41fc82f1ba9a7c06b8a49f9bae (patch)
tree2ac1fd1d9f2611bd7a19cd78cc76478c2d111125 /test/fs/private-home.exp
parentFixup: Fix Firefox 'Profile not found' - whitelist /run/user/xxx/firefox (diff)
downloadfirejail-b4424d947838cc41fc82f1ba9a7c06b8a49f9bae.tar.gz
firejail-b4424d947838cc41fc82f1ba9a7c06b8a49f9bae.tar.zst
firejail-b4424d947838cc41fc82f1ba9a7c06b8a49f9bae.zip
rework make test-fs
Diffstat (limited to 'test/fs/private-home.exp')
-rwxr-xr-xtest/fs/private-home.exp13
1 files changed, 12 insertions, 1 deletions
diff --git a/test/fs/private-home.exp b/test/fs/private-home.exp
index 2f297e93f..6fbe8b0f6 100755
--- a/test/fs/private-home.exp
+++ b/test/fs/private-home.exp
@@ -95,8 +95,19 @@ expect {
95 "broken symbolic link" 95 "broken symbolic link"
96} 96}
97send -- "exit\r" 97send -- "exit\r"
98sleep 1
98 99
99send -- "rm -f ~/_firejail_test*\r" 100send -- "echo cleanup\r"
101after 100
102send -- "rm -f ~/_firejail_test_file1\r"
103after 100
104send -- "rm -f ~/_firejail_test_file2\r"
105after 100
106send -- "rm -fr ~/_firejail_test_dir1\r"
107after 100
108send -- "rm -f ~/_firejail_test_link1\r"
109after 100
110send -- "rm -f ~/_firejail_test_link2\r"
100after 100 111after 100
101 112
102puts "\nall done\n" 113puts "\nall done\n"