aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-06-21 08:51:00 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2022-06-21 08:51:00 -0400
commit7ad735deafa80114a17b20790de63f7e973b1bb4 (patch)
treeb612b51fdc2171c331bffe811c78e84cc21dc446 /test/filters
parentRevert "xonotic.profile: fix audit denial spam" (diff)
downloadfirejail-7ad735deafa80114a17b20790de63f7e973b1bb4.tar.gz
firejail-7ad735deafa80114a17b20790de63f7e973b1bb4.tar.zst
firejail-7ad735deafa80114a17b20790de63f7e973b1bb4.zip
deprecating --shell (3) (#5196)
Diffstat (limited to 'test/filters')
-rwxr-xr-xtest/filters/noroot.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/filters/noroot.exp b/test/filters/noroot.exp
index 66e1e4e27..942aedbcb 100755
--- a/test/filters/noroot.exp
+++ b/test/filters/noroot.exp
@@ -81,11 +81,11 @@ spawn $env(SHELL)
81send -- "firejail --debug --join=test\r" 81send -- "firejail --debug --join=test\r"
82expect { 82expect {
83 timeout {puts "TESTING ERROR 13\n";exit} 83 timeout {puts "TESTING ERROR 13\n";exit}
84 "User namespace detected" 84 "Joining user namespace"
85} 85}
86expect { 86expect {
87 timeout {puts "TESTING ERROR 14\n";exit} 87 timeout {puts "TESTING ERROR 14\n";exit}
88 "Joining user namespace" 88 "Child process initialized"
89} 89}
90sleep 1 90sleep 1
91 91