aboutsummaryrefslogtreecommitdiffstats
path: root/test/chk_config.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-10-16 07:17:55 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-10-16 07:17:55 -0400
commit83b898c9d7c14e70bb7531fffc56de40d2db4fb8 (patch)
treed3b627fefbc898424cf17b81f9f1fa1b4b85954e /test/chk_config.exp
parenttesting (diff)
downloadfirejail-83b898c9d7c14e70bb7531fffc56de40d2db4fb8.tar.gz
firejail-83b898c9d7c14e70bb7531fffc56de40d2db4fb8.tar.zst
firejail-83b898c9d7c14e70bb7531fffc56de40d2db4fb8.zip
seccomp testing
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