1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From 3065e8ddfd623fdd4a0c95de6070fd4296983add Mon Sep 17 00:00:00 2001
From: smitsohu <smitsohu@gmail.com>
Date: Tue, 14 Jun 2022 23:17:15 +0200
Subject: [PATCH 2/3] shutdown testing
---
test/utils/shutdown.exp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/utils/shutdown.exp b/test/utils/shutdown.exp
index 0867970a1..83f2b43f6 100755
--- a/test/utils/shutdown.exp
+++ b/test/utils/shutdown.exp
@@ -44,7 +44,7 @@ after 100
send -- "firejail --shutdown=1\r"
expect {
timeout {puts "TESTING ERROR 5\n";exit}
- "this is not a firejail sandbox"
+ "Error: no valid sandbox"
}
after 100
|