aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/3.4.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/3.4.exp')
-rwxr-xr-xtest/features/3.4.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/features/3.4.exp b/test/features/3.4.exp
index 996312334..3f316af5b 100755
--- a/test/features/3.4.exp
+++ b/test/features/3.4.exp
@@ -53,7 +53,7 @@ expect {
53 ".Xauthority" 53 ".Xauthority"
54} 54}
55 55
56send -- "ls -al | grep config\r" 56send -- "ls -al | grep .config\r"
57expect { 57expect {
58 timeout {puts "TESTING ERROR 1.8\n";exit} 58 timeout {puts "TESTING ERROR 1.8\n";exit}
59 "netblue" 59 "netblue"
@@ -117,7 +117,7 @@ if { $overlay == "overlay" } {
117 ".Xauthority" 117 ".Xauthority"
118 } 118 }
119 119
120 send -- "ls -al | grep config\r" 120 send -- "ls -al | grep .config\r"
121 expect { 121 expect {
122 timeout {puts "TESTING ERROR 3.8\n";exit} 122 timeout {puts "TESTING ERROR 3.8\n";exit}
123 "netblue" 123 "netblue"
@@ -181,7 +181,7 @@ if { $chroot == "chroot" } {
181 ".Xauthority" 181 ".Xauthority"
182 } 182 }
183 183
184 send -- "ls -al | grep config\r" 184 send -- "ls -al | grep .config\r"
185 expect { 185 expect {
186 timeout {puts "TESTING ERROR 5.8\n";exit} 186 timeout {puts "TESTING ERROR 5.8\n";exit}
187 "netblue" 187 "netblue"