aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-03-01 09:04:07 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-03-01 09:04:07 -0500
commit6d920285456e1aa988ebf9681d8546fe43f092a9 (patch)
tree4be47c9184abdad694620b1651c2970b2a937350 /test
parentMerge branch 'master' of ssh://github.com/netblue30/firejail (diff)
downloadfirejail-6d920285456e1aa988ebf9681d8546fe43f092a9.tar.gz
firejail-6d920285456e1aa988ebf9681d8546fe43f092a9.tar.zst
firejail-6d920285456e1aa988ebf9681d8546fe43f092a9.zip
appimage testing
Diffstat (limited to 'test')
-rwxr-xr-xtest/appimage/appimage-trace.exp4
-rwxr-xr-xtest/appimage/appimage-v2.exp3
2 files changed, 2 insertions, 5 deletions
diff --git a/test/appimage/appimage-trace.exp b/test/appimage/appimage-trace.exp
index c1e481a67..b6eafd77a 100755
--- a/test/appimage/appimage-trace.exp
+++ b/test/appimage/appimage-trace.exp
@@ -25,10 +25,6 @@ expect {
25 timeout {puts "TESTING ERROR 4\n";exit} 25 timeout {puts "TESTING ERROR 4\n";exit}
26 "Hello, World!" 26 "Hello, World!"
27} 27}
28expect {
29 timeout {puts "TESTING ERROR 5\n";exit}
30 "ping:exec"
31}
32 28
33after 500 29after 500
34 30
diff --git a/test/appimage/appimage-v2.exp b/test/appimage/appimage-v2.exp
index 2d86de240..8d4ef9f7d 100755
--- a/test/appimage/appimage-v2.exp
+++ b/test/appimage/appimage-v2.exp
@@ -19,7 +19,8 @@ expect {
19} 19}
20expect { 20expect {
21 timeout {puts "TESTING ERROR 1\n";exit} 21 timeout {puts "TESTING ERROR 1\n";exit}
22 "Operation not permitted" 22 "Operation not permitted" {puts "1"}
23 "Permission denied" {puts "2"}
23} 24}
24expect { 25expect {
25 timeout {puts "TESTING ERROR 1\n";exit} 26 timeout {puts "TESTING ERROR 1\n";exit}