aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/noroot.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/filters/noroot.exp')
-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