aboutsummaryrefslogtreecommitdiffstats
path: root/test/profile_syntax.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/profile_syntax.exp')
-rwxr-xr-xtest/profile_syntax.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/profile_syntax.exp b/test/profile_syntax.exp
index 5815bd619..559947276 100755
--- a/test/profile_syntax.exp
+++ b/test/profile_syntax.exp
@@ -14,6 +14,7 @@ sleep 2
14send -- "cat /sbin/iptables\r" 14send -- "cat /sbin/iptables\r"
15expect { 15expect {
16 timeout {puts "TESTING ERROR 2\n";exit} 16 timeout {puts "TESTING ERROR 2\n";exit}
17 "No such file" {puts "\nTESTING /sbin/iptables not found\n"}
17 "Permission denied" 18 "Permission denied"
18} 19}
19 20