From 1fd6be4f67955f765d63f0c4956166cff47c108b Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 28 Apr 2016 20:55:46 -0400 Subject: removed pwd from test/profiles --- test/profiles/profile_syntax.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/profiles') diff --git a/test/profiles/profile_syntax.exp b/test/profiles/profile_syntax.exp index 2b1ec7797..dd6b637ed 100755 --- a/test/profiles/profile_syntax.exp +++ b/test/profiles/profile_syntax.exp @@ -29,7 +29,7 @@ expect { } sleep 1 -send -- "rmdir;pwd\r" +send -- "rmdir\r" expect { timeout {puts "TESTING ERROR 4\n";exit} "Permission denied" @@ -51,4 +51,4 @@ expect { send -- "exit\r" sleep 1 -puts "\n" +puts "\nall done\n" -- cgit v1.2.3-54-g00ecf