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.4.exp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test/features/3.4.exp') diff --git a/test/features/3.4.exp b/test/features/3.4.exp index 7ed439669..2e0f7cae7 100755 --- a/test/features/3.4.exp +++ b/test/features/3.4.exp @@ -83,13 +83,13 @@ if { $overlay == "overlay" } { "Child process initialized" {puts "normal system\n"} } sleep 1 - + send -- "ls -al | wc -l\r" expect { timeout {puts "TESTING ERROR 3.1\n";exit} "6" } - + send -- "ls -al .bashrc\r" expect { timeout {puts "TESTING ERROR 3.2\n";exit} @@ -117,7 +117,7 @@ if { $overlay == "overlay" } { timeout {puts "TESTING ERROR 3.7\n";exit} ".Xauthority" } - + send -- "ls -al | grep .config\r" expect { timeout {puts "TESTING ERROR 3.8\n";exit} @@ -147,13 +147,13 @@ if { $chroot == "chroot" } { "Child process initialized" } sleep 1 - + send -- "ls -al | wc -l\r" expect { timeout {puts "TESTING ERROR 5.1\n";exit} "6" } - + send -- "ls -al .bashrc\r" expect { timeout {puts "TESTING ERROR 5.2\n";exit} @@ -181,7 +181,7 @@ if { $chroot == "chroot" } { timeout {puts "TESTING ERROR 5.7\n";exit} ".Xauthority" } - + send -- "ls -al | grep .config\r" expect { timeout {puts "TESTING ERROR 5.8\n";exit} -- cgit v1.2.3-54-g00ecf