aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-profile.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-02 18:59:52 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-02 18:59:52 -0400
commitc89bd3131770903c7121c271a7763b2ef1912272 (patch)
treeb16afecd0a83554026d4a50355106fe12844b244 /test/test-profile.exp
parentMerge pull request #406 from avoidr/cmus.profile (diff)
downloadfirejail-c89bd3131770903c7121c271a7763b2ef1912272.tar.gz
firejail-c89bd3131770903c7121c271a7763b2ef1912272.tar.zst
firejail-c89bd3131770903c7121c271a7763b2ef1912272.zip
various fixes
Diffstat (limited to 'test/test-profile.exp')
-rwxr-xr-xtest/test-profile.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-profile.exp b/test/test-profile.exp
index 89fe9c10a..a03e8db31 100755
--- a/test/test-profile.exp
+++ b/test/test-profile.exp
@@ -10,7 +10,7 @@ if { $argc != 1 } {
10 exit 10 exit
11} 11}
12 12
13send -- "firejail --profile=$argv\r" 13send -- "firejail --profile=$argv /bin/bash\r"
14expect { 14expect {
15 timeout {puts "TESTING ERROR 0\n";exit} 15 timeout {puts "TESTING ERROR 0\n";exit}
16 "Child process initialized" 16 "Child process initialized"