aboutsummaryrefslogtreecommitdiffstats
path: root/test
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
parenttest fixes (diff)
downloadfirejail-c3354382c92b386da5ed76f5b12643412a2d32ea.tar.gz
firejail-c3354382c92b386da5ed76f5b12643412a2d32ea.tar.zst
firejail-c3354382c92b386da5ed76f5b12643412a2d32ea.zip
rename generic.profile as default.profile
Diffstat (limited to 'test')
-rwxr-xr-xtest/extract_command.exp2
-rwxr-xr-xtest/private.exp2
2 files changed, 2 insertions, 2 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}
diff --git a/test/private.exp b/test/private.exp
index a5920c37b..80a921529 100755
--- a/test/private.exp
+++ b/test/private.exp
@@ -12,7 +12,7 @@ if { $argc != 1 } {
12} 12}
13 13
14# testing profile and private 14# testing profile and private
15send -- "firejail --private --profile=/etc/firejail/generic.profile\r" 15send -- "firejail --private --profile=/etc/firejail/default.profile\r"
16expect { 16expect {
17 timeout {puts "TESTING ERROR 0\n";exit} 17 timeout {puts "TESTING ERROR 0\n";exit}
18 "Child process initialized" 18 "Child process initialized"