aboutsummaryrefslogtreecommitdiffstats
path: root/test/chk_config.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/chk_config.exp')
-rwxr-xr-xtest/chk_config.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/chk_config.exp b/test/chk_config.exp
index ada59d655..253ebf98e 100755
--- a/test/chk_config.exp
+++ b/test/chk_config.exp
@@ -80,7 +80,8 @@ expect {
80} 80}
81expect { 81expect {
82 timeout {puts "TESTING ERROR 5\n";exit} 82 timeout {puts "TESTING ERROR 5\n";exit}
83 "home" 83 "home" {puts "regular user\n"}
84 "root" {puts "root user\n"}
84} 85}
85 86
86 87