aboutsummaryrefslogtreecommitdiffstats
path: root/test/profiles/ignore.exp
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2023-07-19 12:54:53 +0000
committerLibravatar GitHub <noreply@github.com>2023-07-19 12:54:53 +0000
commit9863f982ca148f687a56690e2aeed10014d05e59 (patch)
tree4bb5bddc7a92a66564031f61d67abe2d4a347500 /test/profiles/ignore.exp
parentzsh: add shell completion for --tab (diff)
downloadfirejail-9863f982ca148f687a56690e2aeed10014d05e59.tar.gz
firejail-9863f982ca148f687a56690e2aeed10014d05e59.tar.zst
firejail-9863f982ca148f687a56690e2aeed10014d05e59.zip
modif: drop deprecated 'shell' option references (#5894)
The `shell` option has been removed. Remove stale references. This does NOT remove `shell none`-related code comments in: - src/firejail/fs_lib.c (L433-L441) - src/firejail/join.c (L415-L417) Relates to #5196. Suggested by #5891.
Diffstat (limited to 'test/profiles/ignore.exp')
-rwxr-xr-xtest/profiles/ignore.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/profiles/ignore.exp b/test/profiles/ignore.exp
index 450d271c1..053d920d3 100755
--- a/test/profiles/ignore.exp
+++ b/test/profiles/ignore.exp
@@ -23,7 +23,7 @@ after 100
23send -- "exit\r" 23send -- "exit\r"
24sleep 1 24sleep 1
25 25
26send -- "firejail --ignore=seccomp --ignore=shell --profile=ignore.profile \r" 26send -- "firejail --ignore=seccomp --ignore=name --profile=ignore.profile \r"
27expect { 27expect {
28 timeout {puts "TESTING ERROR 3\n";exit} 28 timeout {puts "TESTING ERROR 3\n";exit}
29 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms" 29 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
@@ -39,7 +39,7 @@ after 100
39send -- "exit\r" 39send -- "exit\r"
40sleep 1 40sleep 1
41 41
42send -- "firejail --ignore=private --ignore=shell --profile=ignore.profile \r" 42send -- "firejail --ignore=private --ignore=name --profile=ignore.profile \r"
43expect { 43expect {
44 timeout {puts "TESTING ERROR 5\n";exit} 44 timeout {puts "TESTING ERROR 5\n";exit}
45 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms" 45 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
@@ -66,7 +66,7 @@ after 100
66send -- "exit\r" 66send -- "exit\r"
67sleep 1 67sleep 1
68 68
69send -- "firejail --ignore=quiet --ignore=shell --profile=ignore.profile \r" 69send -- "firejail --ignore=quiet --ignore=name --profile=ignore.profile \r"
70expect { 70expect {
71 timeout {puts "TESTING ERROR 9\n";exit} 71 timeout {puts "TESTING ERROR 9\n";exit}
72 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms" 72 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"