aboutsummaryrefslogtreecommitdiffstats
path: root/test/profiles/profile_syntax.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/profiles/profile_syntax.exp')
-rwxr-xr-xtest/profiles/profile_syntax.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profiles/profile_syntax.exp b/test/profiles/profile_syntax.exp
index c8cb99a5f..d1be2074a 100755
--- a/test/profiles/profile_syntax.exp
+++ b/test/profiles/profile_syntax.exp
@@ -25,7 +25,7 @@ sleep 1
25send -- "ls -l /etc/shadow\r" 25send -- "ls -l /etc/shadow\r"
26expect { 26expect {
27 timeout {puts "TESTING ERROR 3\n";exit} 27 timeout {puts "TESTING ERROR 3\n";exit}
28 "root root 0" 28 "root root"
29} 29}
30 30
31sleep 1 31sleep 1