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/2.3.exp | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'test/features/2.3.exp') diff --git a/test/features/2.3.exp b/test/features/2.3.exp index 63caab14c..9d3320d78 100755 --- a/test/features/2.3.exp +++ b/test/features/2.3.exp @@ -111,7 +111,7 @@ if { $overlay == "overlay" } { "Child process initialized" {puts "normal system\n"} } sleep 1 - + send -- "dig google.com\r" expect { timeout {puts "TESTING ERROR 3\n";exit} @@ -126,7 +126,7 @@ if { $overlay == "overlay" } { "SERVER" } after 100 - + send -- "/sbin/ifconfig\r" expect { timeout {puts "TESTING ERROR 3.4\n";exit} @@ -145,17 +145,17 @@ if { $overlay == "overlay" } { "UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1" } after 100 - + send -- "exit\r" sleep 3 - + send -- "firejail --noprofile --net=eth0 --ip=192.168.1.244 --overlay --dns=8.8.8.8 --dns=8.8.4.4\r" expect { timeout {puts "TESTING ERROR 2\n";exit} "Child process initialized" } sleep 1 - + send -- "dig google.com\r" expect { timeout {puts "TESTING ERROR 3\n";exit} @@ -170,7 +170,7 @@ if { $overlay == "overlay" } { "SERVER" } after 100 - + send -- "/sbin/ifconfig\r" expect { timeout {puts "TESTING ERROR 3.4\n";exit} @@ -189,7 +189,7 @@ if { $overlay == "overlay" } { "UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1" } after 100 - + send -- "exit\r" sleep 3 } @@ -205,7 +205,7 @@ if { $chroot == "chroot" } { "Child process initialized" } sleep 1 - + send -- "dig google.com\r" expect { timeout {puts "TESTING ERROR 5\n";exit} @@ -220,7 +220,7 @@ if { $chroot == "chroot" } { "SERVER:" } after 100 - + send -- "/sbin/ifconfig\r" expect { timeout {puts "TESTING ERROR 5.4\n";exit} @@ -239,17 +239,17 @@ if { $chroot == "chroot" } { "UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1" } after 100 - + send -- "exit\r" sleep 3 - + send -- "firejail --noprofile --net=eth0 --ip=192.168.1.244 --chroot=/tmp/chroot --dns=8.8.8.8 --dns=8.8.4.4\r" expect { timeout {puts "TESTING ERROR 4\n";exit} "Child process initialized" } sleep 1 - + send -- "dig google.com\r" expect { timeout {puts "TESTING ERROR 5\n";exit} @@ -264,7 +264,7 @@ if { $chroot == "chroot" } { "SERVER:" } after 100 - + send -- "/sbin/ifconfig\r" expect { timeout {puts "TESTING ERROR 5.4\n";exit} @@ -283,7 +283,7 @@ if { $chroot == "chroot" } { "UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1" } after 100 - + send -- "exit\r" sleep 1 } -- cgit v1.2.3-54-g00ecf