aboutsummaryrefslogtreecommitdiffstats
path: root/test/appimage/appimage.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-11-11 13:14:13 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-11-11 13:14:13 -0500
commitc40736899fc621946246297e5b1a3964f6172fdb (patch)
tree5ab5e0bfeb48b1573aaaa451b1acd542377791d3 /test/appimage/appimage.sh
parenthidepid part 5 (diff)
downloadfirejail-c40736899fc621946246297e5b1a3964f6172fdb.tar.gz
firejail-c40736899fc621946246297e5b1a3964f6172fdb.tar.zst
firejail-c40736899fc621946246297e5b1a3964f6172fdb.zip
appimage testing
Diffstat (limited to 'test/appimage/appimage.sh')
-rwxr-xr-xtest/appimage/appimage.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/appimage/appimage.sh b/test/appimage/appimage.sh
new file mode 100755
index 000000000..6a73d0a7e
--- /dev/null
+++ b/test/appimage/appimage.sh
@@ -0,0 +1,14 @@
1#!/bin/bash
2# This file is part of Firejail project
3# Copyright (C) 2014-2016 Firejail Authors
4# License GPL v2
5
6export MALLOC_CHECK_=3
7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
8
9echo "TESTING: AppImage v1 (test/appimage/appimage-v1.exp)"
10./appimage-v1.exp
11
12echo "TESTING: AppImage v2 (test/appimage/appimage-v2.exp)"
13./appimage-v1.exp
14