aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/3.1.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/3.1.exp')
-rwxr-xr-xtest/features/3.1.exp14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/features/3.1.exp b/test/features/3.1.exp
index 046c703b7..3178cda42 100755
--- a/test/features/3.1.exp
+++ b/test/features/3.1.exp
@@ -70,13 +70,13 @@ if { $overlay == "overlay" } {
70 "Child process initialized" {puts "normal system\n"} 70 "Child process initialized" {puts "normal system\n"}
71 } 71 }
72 sleep 1 72 sleep 1
73 73
74 send -- "ls -al | wc -l\r" 74 send -- "ls -al | wc -l\r"
75 expect { 75 expect {
76 timeout {puts "TESTING ERROR 3.1\n";exit} 76 timeout {puts "TESTING ERROR 3.1\n";exit}
77 "6" 77 "6"
78 } 78 }
79 79
80 send -- "ls -al .bashrc\r" 80 send -- "ls -al .bashrc\r"
81 expect { 81 expect {
82 timeout {puts "TESTING ERROR 3.2\n";exit} 82 timeout {puts "TESTING ERROR 3.2\n";exit}
@@ -90,7 +90,7 @@ if { $overlay == "overlay" } {
90 timeout {puts "TESTING ERROR 3.4\n";exit} 90 timeout {puts "TESTING ERROR 3.4\n";exit}
91 ".bashrc" 91 ".bashrc"
92 } 92 }
93 93
94 send -- "ls -al .Xauthority\r" 94 send -- "ls -al .Xauthority\r"
95 expect { 95 expect {
96 timeout {puts "TESTING ERROR 3.5\n";exit} 96 timeout {puts "TESTING ERROR 3.5\n";exit}
@@ -120,13 +120,13 @@ if { $chroot == "chroot" } {
120 "Child process initialized" 120 "Child process initialized"
121 } 121 }
122 sleep 1 122 sleep 1
123 123
124 send -- "ls -al | wc -l\r" 124 send -- "ls -al | wc -l\r"
125 expect { 125 expect {
126 timeout {puts "TESTING ERROR 5.1\n";exit} 126 timeout {puts "TESTING ERROR 5.1\n";exit}
127 "5" 127 "5"
128 } 128 }
129 129
130 send -- "ls -al .bashrc\r" 130 send -- "ls -al .bashrc\r"
131 expect { 131 expect {
132 timeout {puts "TESTING ERROR 5.2\n";exit} 132 timeout {puts "TESTING ERROR 5.2\n";exit}
@@ -140,7 +140,7 @@ if { $chroot == "chroot" } {
140 timeout {puts "TESTING ERROR 5.4\n";exit} 140 timeout {puts "TESTING ERROR 5.4\n";exit}
141 ".bashrc" 141 ".bashrc"
142 } 142 }
143 143
144 send -- "ls -al .Xauthority\r" 144 send -- "ls -al .Xauthority\r"
145 expect { 145 expect {
146 timeout {puts "TESTING ERROR 5.5\n";exit} 146 timeout {puts "TESTING ERROR 5.5\n";exit}
@@ -154,7 +154,7 @@ if { $chroot == "chroot" } {
154 timeout {puts "TESTING ERROR 5.7\n";exit} 154 timeout {puts "TESTING ERROR 5.7\n";exit}
155 ".Xauthority" 155 ".Xauthority"
156 } 156 }
157 157
158 after 100 158 after 100
159 send -- "exit\r" 159 send -- "exit\r"
160 sleep 1 160 sleep 1