aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/3.8.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/3.8.exp')
-rwxr-xr-xtest/features/3.8.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/features/3.8.exp b/test/features/3.8.exp
index 72953d159..2405e4fdb 100755
--- a/test/features/3.8.exp
+++ b/test/features/3.8.exp
@@ -19,7 +19,7 @@ expect {
19} 19}
20sleep 1 20sleep 1
21 21
22send -- "ls -l /bin | wc -l\r" 22send -- "ls -l /usr/bin | wc -l\r"
23expect { 23expect {
24 timeout {puts "TESTING ERROR 1.1\n";exit} 24 timeout {puts "TESTING ERROR 1.1\n";exit}
25 "6" 25 "6"
@@ -41,7 +41,7 @@ if { $overlay == "overlay" } {
41 } 41 }
42 sleep 1 42 sleep 1
43 43
44 send -- "ls -l /bin | wc -l\r" 44 send -- "ls -l /usr/bin | wc -l\r"
45 expect { 45 expect {
46 timeout {puts "TESTING ERROR 3.1\n";exit} 46 timeout {puts "TESTING ERROR 3.1\n";exit}
47 "6" 47 "6"
@@ -64,7 +64,7 @@ if { $chroot == "chroot" } {
64 } 64 }
65 sleep 1 65 sleep 1
66 66
67 send -- "ls -l /bin | wc -l\r" 67 send -- "ls -l /usr/bin | wc -l\r"
68 expect { 68 expect {
69 timeout {puts "TESTING ERROR 5.1\n";exit} 69 timeout {puts "TESTING ERROR 5.1\n";exit}
70 "6" 70 "6"