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.6.exp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/features/3.6.exp') diff --git a/test/features/3.6.exp b/test/features/3.6.exp index 389e63a1d..043a24121 100755 --- a/test/features/3.6.exp +++ b/test/features/3.6.exp @@ -40,13 +40,13 @@ if { $overlay == "overlay" } { "Child process initialized" {puts "normal system\n"} } sleep 1 - + send -- "ls -al /etc | wc -l\r" expect { timeout {puts "TESTING ERROR 3.1\n";exit} "10" } - + after 100 send -- "exit\r" sleep 1 @@ -68,13 +68,13 @@ if { $chroot == "chroot" } { "Child process initialized" } sleep 1 - + send -- "ls /etc | grep firejail\r" expect { timeout {puts "TESTING ERROR 6\n";exit} "firejail" } - + after 100 send -- "exit\r" sleep 1 -- cgit v1.2.3-54-g00ecf