From 7ad735deafa80114a17b20790de63f7e973b1bb4 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 21 Jun 2022 08:51:00 -0400 Subject: deprecating --shell (3) (#5196) --- test/filters/noroot.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/filters') 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) send -- "firejail --debug --join=test\r" expect { timeout {puts "TESTING ERROR 13\n";exit} - "User namespace detected" + "Joining user namespace" } expect { timeout {puts "TESTING ERROR 14\n";exit} - "Joining user namespace" + "Child process initialized" } sleep 1 -- cgit v1.2.3-54-g00ecf