aboutsummaryrefslogtreecommitdiffstats
path: root/test/appimage/appimage.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-03-01 08:52:53 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-03-01 08:52:53 -0500
commitb50812ff5ef5009b7c6babb19fd9caa315f31515 (patch)
tree0535438678837dffb9ba5ba988efa482d53c1fc3 /test/appimage/appimage.sh
parentchroot testing (diff)
downloadfirejail-b50812ff5ef5009b7c6babb19fd9caa315f31515.tar.gz
firejail-b50812ff5ef5009b7c6babb19fd9caa315f31515.tar.zst
firejail-b50812ff5ef5009b7c6babb19fd9caa315f31515.zip
appimage testing
Diffstat (limited to 'test/appimage/appimage.sh')
-rwxr-xr-xtest/appimage/appimage.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/appimage/appimage.sh b/test/appimage/appimage.sh
index 0c50434ac..57e389249 100755
--- a/test/appimage/appimage.sh
+++ b/test/appimage/appimage.sh
@@ -7,16 +7,13 @@ export MALLOC_CHECK_=3
7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) 7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
8export LC_ALL=C 8export LC_ALL=C
9 9
10echo "TESTING: AppImage v1 (test/appimage/appimage-v1.exp)"
11./appimage-v1.exp
12
13echo "TESTING: AppImage v2 (test/appimage/appimage-v2.exp)" 10echo "TESTING: AppImage v2 (test/appimage/appimage-v2.exp)"
14./appimage-v2.exp 11./appimage-v2.exp
15 12
16echo "TESTING: AppImage file name (test/appimage/filename.exp)" 13echo "TESTING: AppImage file name (test/appimage/filename.exp)"
17./filename.exp 14./filename.exp
18 15
19echo "TESTING: AppImage argsv1 (test/appimage/appimage-args.exp)" 16echo "TESTING: AppImage args (test/appimage/appimage-args.exp)"
20./appimage-args.exp 17./appimage-args.exp
21 18
22echo "TESTING: AppImage trace (test/appimage/appimage-trace.exp)" 19echo "TESTING: AppImage trace (test/appimage/appimage-trace.exp)"