aboutsummaryrefslogtreecommitdiffstats
path: root/test/features
diff options
context:
space:
mode:
authorLibravatar netblue <netblue@localhost.localdomain>2015-12-24 10:03:32 -0500
committerLibravatar netblue <netblue@localhost.localdomain>2015-12-24 10:03:32 -0500
commit14c9be167fe2d060447a00f16877ecc4fba72175 (patch)
tree03a981b7badfea016211c3b5bde0ed07a941b99a /test/features
parent0.9.36 testing (diff)
downloadfirejail-14c9be167fe2d060447a00f16877ecc4fba72175.tar.gz
firejail-14c9be167fe2d060447a00f16877ecc4fba72175.tar.zst
firejail-14c9be167fe2d060447a00f16877ecc4fba72175.zip
0.9.36 testing
Diffstat (limited to 'test/features')
-rwxr-xr-xtest/features/1.2.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/features/1.2.exp b/test/features/1.2.exp
index 623957f5f..fe61bf482 100755
--- a/test/features/1.2.exp
+++ b/test/features/1.2.exp
@@ -19,7 +19,7 @@ expect {
19} 19}
20sleep 1 20sleep 1
21 21
22send -- "cat /proc/mounts | grep proc\r" 22send -- "cat /proc/mounts | grep proc --color=never\r"
23expect { 23expect {
24 timeout {puts "TESTING ERROR 1.1\n";exit} 24 timeout {puts "TESTING ERROR 1.1\n";exit}
25 "proc /proc proc" 25 "proc /proc proc"
@@ -64,7 +64,7 @@ if { $overlay == "overlay" } {
64 } 64 }
65 sleep 1 65 sleep 1
66 66
67 send -- "cat /proc/mounts | grep proc\r" 67 send -- "cat /proc/mounts | grep proc --color=never\r"
68 expect { 68 expect {
69 timeout {puts "TESTING ERROR 3.1\n";exit} 69 timeout {puts "TESTING ERROR 3.1\n";exit}
70 "proc /proc proc" 70 "proc /proc proc"
@@ -109,7 +109,7 @@ if { $chroot == "chroot" } {
109 } 109 }
110 sleep 1 110 sleep 1
111 111
112 send -- "cat /proc/mounts | grep proc\r" 112 send -- "cat /proc/mounts | grep proc --color=never\r"
113 expect { 113 expect {
114 timeout {puts "TESTING ERROR 5.1\n";exit} 114 timeout {puts "TESTING ERROR 5.1\n";exit}
115 "proc /proc proc" 115 "proc /proc proc"