aboutsummaryrefslogtreecommitdiffstats
path: root/test/extract_command.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-05-04 12:18:50 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-05-04 12:18:50 -0400
commitc3354382c92b386da5ed76f5b12643412a2d32ea (patch)
tree15dbce7fd053998ffd2c0618ddd3e5694b47c3f4 /test/extract_command.exp
parenttest fixes (diff)
downloadfirejail-c3354382c92b386da5ed76f5b12643412a2d32ea.tar.gz
firejail-c3354382c92b386da5ed76f5b12643412a2d32ea.tar.zst
firejail-c3354382c92b386da5ed76f5b12643412a2d32ea.zip
rename generic.profile as default.profile
Diffstat (limited to 'test/extract_command.exp')
-rwxr-xr-xtest/extract_command.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/extract_command.exp b/test/extract_command.exp
index 99c1cc134..851b793c9 100755
--- a/test/extract_command.exp
+++ b/test/extract_command.exp
@@ -7,7 +7,7 @@ match_max 100000
7send -- "firejail --debug ls -al\r" 7send -- "firejail --debug ls -al\r"
8expect { 8expect {
9 timeout {puts "TESTING ERROR 0\n";exit} 9 timeout {puts "TESTING ERROR 0\n";exit}
10 "Reading profile /etc/firejail/generic.profile" 10 "Reading profile /etc/firejail/default.profile"
11} 11}
12expect { 12expect {
13 timeout {puts "TESTING ERROR 2\n";exit} 13 timeout {puts "TESTING ERROR 2\n";exit}