aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs_overlay.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fs_overlay.exp')
-rwxr-xr-xtest/fs_overlay.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/fs_overlay.exp b/test/fs_overlay.exp
index dcfe1e2e4..42d25b407 100755
--- a/test/fs_overlay.exp
+++ b/test/fs_overlay.exp
@@ -19,7 +19,8 @@ expect {
19send -- "firejail --noprofile --overlay\r" 19send -- "firejail --noprofile --overlay\r"
20expect { 20expect {
21 timeout {puts "TESTING ERROR 2\n";exit} 21 timeout {puts "TESTING ERROR 2\n";exit}
22 "Child process initialized" 22 "not available for kernels older than 3.18" {puts "\nTESTING: overlayfs not available\n"; exit}
23 "Child process initialized" {puts "found\n"}
23} 24}
24sleep 1 25sleep 1
25 26