aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2022-07-28 19:06:21 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2022-07-30 10:48:33 +0200
commitb4f4444862d2eee596c8780898f9042f22b6b4fb (patch)
tree7014156352d069d8cbe1669c1d653a24f28ee9e9 /test
parenttests: drop checking for hosts file in trace test (diff)
downloadfirejail-b4f4444862d2eee596c8780898f9042f22b6b4fb.tar.gz
firejail-b4f4444862d2eee596c8780898f9042f22b6b4fb.tar.zst
firejail-b4f4444862d2eee596c8780898f9042f22b6b4fb.zip
tests: add alternative message for skipping test
Diffstat (limited to 'test')
-rwxr-xr-xtest/sysutils/less.exp1
-rwxr-xr-xtest/utils/man.exp1
2 files changed, 2 insertions, 0 deletions
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"
11expect { 11expect {
12 timeout {puts "TESTING ERROR 1\n";exit} 12 timeout {puts "TESTING ERROR 1\n";exit}
13 "(press RETURN)" {puts "TESTING SKIP 1.1\n";exit} 13 "(press RETURN)" {puts "TESTING SKIP 1.1\n";exit}
14 "Press RETURN to continue" {puts "TESTING SKIP 1.2\n";exit}
14 "MALLOC_CHECK" 15 "MALLOC_CHECK"
15} 16}
16expect { 17expect {
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"
11expect { 11expect {
12 timeout {puts "TESTING ERROR 0\n";exit} 12 timeout {puts "TESTING ERROR 0\n";exit}
13 "(press RETURN)" {puts "TESTING SKIP 1.1\n";exit} 13 "(press RETURN)" {puts "TESTING SKIP 1.1\n";exit}
14 "Press RETURN to continue" {puts "TESTING SKIP 1.2\n";exit}
14 "Linux namespaces sandbox program" 15 "Linux namespaces sandbox program"
15} 16}
16after 100 17after 100