aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/3.5.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/3.5.exp')
-rwxr-xr-xtest/features/3.5.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/features/3.5.exp b/test/features/3.5.exp
index dfa8fae10..b1a16830d 100755
--- a/test/features/3.5.exp
+++ b/test/features/3.5.exp
@@ -44,7 +44,8 @@ if { $overlay == "overlay" } {
44 send -- "ls -l /dev | wc -l\r" 44 send -- "ls -l /dev | 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 "11" 47 "12" { puts "Debian\n"}
48 "11" { puts "Centos\n"}
48 } 49 }
49 50
50 after 100 51 after 100