From b4f4444862d2eee596c8780898f9042f22b6b4fb Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Thu, 28 Jul 2022 19:06:21 +0200 Subject: tests: add alternative message for skipping test --- test/sysutils/less.exp | 1 + test/utils/man.exp | 1 + 2 files changed, 2 insertions(+) (limited to 'test') diff --git a/test/sysutils/less.exp b/test/sysutils/less.exp index e6698eab0..01a298fe0 100755 --- a/test/sysutils/less.exp +++ b/test/sysutils/less.exp @@ -11,6 +11,7 @@ send -- "firejail less sysutils.sh\r" expect { timeout {puts "TESTING ERROR 1\n";exit} "(press RETURN)" {puts "TESTING SKIP 1.1\n";exit} + "Press RETURN to continue" {puts "TESTING SKIP 1.2\n";exit} "MALLOC_CHECK" } expect { diff --git a/test/utils/man.exp b/test/utils/man.exp index 3a0ca46d6..f62859a8f 100755 --- a/test/utils/man.exp +++ b/test/utils/man.exp @@ -11,6 +11,7 @@ send -- "man firejail\r" expect { timeout {puts "TESTING ERROR 0\n";exit} "(press RETURN)" {puts "TESTING SKIP 1.1\n";exit} + "Press RETURN to continue" {puts "TESTING SKIP 1.2\n";exit} "Linux namespaces sandbox program" } after 100 -- cgit v1.2.3-54-g00ecf