From 997a93efbdcbbaeed517e0bdc5283e9d8b31f422 Mon Sep 17 00:00:00 2001 From: Fred Barclay Date: Wed, 24 May 2017 14:38:01 -0500 Subject: strip trailing whitespace from test/ --- test/features/3.5.exp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/features/3.5.exp') diff --git a/test/features/3.5.exp b/test/features/3.5.exp index f4b544b3d..abaf42a0e 100755 --- a/test/features/3.5.exp +++ b/test/features/3.5.exp @@ -41,14 +41,14 @@ if { $overlay == "overlay" } { "Child process initialized" {puts "normal system\n"} } sleep 1 - + send -- "ls -l /dev | wc -l\r" expect { timeout {puts "TESTING ERROR 3.1\n";exit} "13" { puts "Debian\n"} "12" { puts "Centos\n"} } - + after 100 send -- "exit\r" sleep 1 @@ -64,13 +64,13 @@ if { $chroot == "chroot" } { "Child process initialized" } sleep 1 - + send -- "ls -l /dev | wc -l\r" expect { timeout {puts "TESTING ERROR 5.1\n";exit} "12" } - + after 100 send -- "exit\r" sleep 1 -- cgit v1.2.3-54-g00ecf