From 93e900a85873cba38481e2f113d8ceec72e4c022 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 20 Feb 2016 08:28:45 -0500 Subject: fixes --- test/features/3.5.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/features/3.5.exp') diff --git a/test/features/3.5.exp b/test/features/3.5.exp index 35de90429..eb831efda 100755 --- a/test/features/3.5.exp +++ b/test/features/3.5.exp @@ -43,7 +43,7 @@ if { $overlay == "overlay" } { send -- "ls -l /dev | wc -l\r" expect { timeout {puts "TESTING ERROR 3.1\n";exit} - "12" + "11" } after 100 @@ -65,7 +65,7 @@ if { $chroot == "chroot" } { send -- "ls -l /dev | wc -l\r" expect { timeout {puts "TESTING ERROR 5.1\n";exit} - "12" + "11" } after 100 -- cgit v1.2.3-54-g00ecf