From 6eb481b4c5d7ebe56828107b23b8c7ffc16bd70e Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 31 Mar 2016 10:22:40 -0400 Subject: testing --- test/private-whitelist.exp | 2 +- test/private_dir.exp | 4 ++-- test/private_dir_profile.exp | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'test') diff --git a/test/private-whitelist.exp b/test/private-whitelist.exp index f06415c52..7379241ef 100755 --- a/test/private-whitelist.exp +++ b/test/private-whitelist.exp @@ -28,7 +28,7 @@ sleep 1 send -- "ls -a ~ | wc -l\r" expect { timeout {puts "TESTING ERROR 4\n";exit} - "4" + "5" } sleep 1 diff --git a/test/private_dir.exp b/test/private_dir.exp index 95f89362a..9dfb2ea9f 100755 --- a/test/private_dir.exp +++ b/test/private_dir.exp @@ -42,8 +42,8 @@ expect { send -- "ls -al | wc -l;pwd\r" expect { timeout {puts "TESTING ERROR 1\n";exit} - "5" {puts "normal system\n";} - "4" {puts "OpenSUSE\n";} + "7" {puts "normal system\n";} + "5" {puts "OpenSUSE\n";} } expect { timeout {puts "TESTING ERROR 2\n";exit} diff --git a/test/private_dir_profile.exp b/test/private_dir_profile.exp index e6c01798e..5b38ad0bb 100755 --- a/test/private_dir_profile.exp +++ b/test/private_dir_profile.exp @@ -42,13 +42,13 @@ expect { send -- "ls -al | wc -l;pwd\r" expect { timeout {puts "TESTING ERROR 1\n";exit} - "5" {puts "normal system\n";} - "4" {puts "OpenSUSE\n";} + "7" {puts "normal system\n";} + "5" {puts "OpenSUSE\n";} } expect { timeout {puts "TESTING ERROR 2\n";exit} "home" } -puts "\n" +puts "\nall done\n" -- cgit v1.2.3-54-g00ecf