aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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"