aboutsummaryrefslogtreecommitdiffstats
path: root/test/overlay/fs-named.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/overlay/fs-named.exp')
-rwxr-xr-xtest/overlay/fs-named.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/overlay/fs-named.exp b/test/overlay/fs-named.exp
index d2bfd43a3..25762337b 100755
--- a/test/overlay/fs-named.exp
+++ b/test/overlay/fs-named.exp
@@ -12,7 +12,7 @@ expect {
12 timeout {puts "TESTING ERROR 2\n";exit} 12 timeout {puts "TESTING ERROR 2\n";exit}
13 "not available for kernels older than 3.18" {puts "\nTESTING: overlayfs not available\n"; exit} 13 "not available for kernels older than 3.18" {puts "\nTESTING: overlayfs not available\n"; exit}
14 "Error: --overlay option is not available on Grsecurity systems" {puts "\nTESTING: overlayfs not available\n"; exit} 14 "Error: --overlay option is not available on Grsecurity systems" {puts "\nTESTING: overlayfs not available\n"; exit}
15 "Child process initialized" {puts "found\n"} 15 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms" {puts "found\n"}
16} 16}
17sleep 1 17sleep 1
18send -- "stty -echo\r" 18send -- "stty -echo\r"
@@ -52,7 +52,7 @@ expect {
52 timeout {puts "TESTING ERROR 2\n";exit} 52 timeout {puts "TESTING ERROR 2\n";exit}
53 "not available for kernels older than 3.18" {puts "\nTESTING: overlayfs not available\n"; exit} 53 "not available for kernels older than 3.18" {puts "\nTESTING: overlayfs not available\n"; exit}
54 "Error: --overlay option is not available on Grsecurity systems" {puts "\nTESTING: overlayfs not available\n"; exit} 54 "Error: --overlay option is not available on Grsecurity systems" {puts "\nTESTING: overlayfs not available\n"; exit}
55 "Child process initialized" {puts "found\n"} 55 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms" {puts "found\n"}
56} 56}
57sleep 1 57sleep 1
58 58