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.11.exp | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'test/features/3.11.exp') diff --git a/test/features/3.11.exp b/test/features/3.11.exp index dc41ed743..4e89aa372 100755 --- a/test/features/3.11.exp +++ b/test/features/3.11.exp @@ -65,7 +65,7 @@ sleep 1 if { $overlay == "overlay" } { send -- "rm -fr ~/firejail-xy76_u9\r" sleep 1 - + send -- "firejail --profile=3.11.profile\r" expect { timeout {puts "TESTING ERROR 10\n";exit} @@ -73,7 +73,7 @@ if { $overlay == "overlay" } { "Child process initialized" {puts "normal system\n"} } sleep 1 - + send -- "ls -l ~ | grep firejail-xy76_u9\r" expect { timeout {puts "TESTING ERROR 11\n";exit} @@ -89,7 +89,7 @@ if { $overlay == "overlay" } { "firejail-xy76_u9" } after 100 - + send -- "ls -l ~/firejail-xy76_u9\r" expect { timeout {puts "TESTING ERROR 14\n";exit} @@ -105,7 +105,7 @@ if { $overlay == "overlay" } { "testdir" } after 100 - + send -- "exit\r" sleep 1 send -- "rm -fr ~/firejail-xy76_u9\r" @@ -120,14 +120,14 @@ if { $overlay == "overlay" } { if { $chroot == "chroot" } { send -- "rm -fr ~/firejail-xy76_u9\r" sleep 1 - + send -- "firejail --profile=3.11.profile\r" expect { timeout {puts "TESTING ERROR 20\n";exit} "Child process initialized" } sleep 1 - + send -- "ls -l ~ | grep firejail-xy76_u9\r" expect { timeout {puts "TESTING ERROR 21\n";exit} @@ -143,7 +143,7 @@ if { $chroot == "chroot" } { "firejail-xy76_u9" } after 100 - + send -- "ls -l ~/firejail-xy76_u9\r" expect { timeout {puts "TESTING ERROR 24\n";exit} @@ -159,7 +159,7 @@ if { $chroot == "chroot" } { "testdir" } after 100 - + send -- "rm -fr ~/firejail-xy76_u9\r" sleep 1 @@ -169,4 +169,3 @@ if { $chroot == "chroot" } { puts "\nall done\n" - -- cgit v1.2.3-54-g00ecf