aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-12-17 12:09:42 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-12-17 12:09:42 -0500
commit2da675a42183f2c9fa7f652f31799e1a41ed5ee4 (patch)
tree7b37b02cec7ce12e091f8d36bf6499ef00e142bb /test/test.sh
parentadd support for sandbox name in profile files (diff)
downloadfirejail-2da675a42183f2c9fa7f652f31799e1a41ed5ee4.tar.gz
firejail-2da675a42183f2c9fa7f652f31799e1a41ed5ee4.tar.zst
firejail-2da675a42183f2c9fa7f652f31799e1a41ed5ee4.zip
testing
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh
index 86ae874d9..78fc7b974 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -95,6 +95,9 @@ echo "TESTING: shutdown"
95echo "TESTING: join" 95echo "TESTING: join"
96./option-join.exp 96./option-join.exp
97 97
98echo "TESTING: join profile"
99./option-join-profile.exp
100
98echo "TESTING: firejail in firejail" 101echo "TESTING: firejail in firejail"
99./firejail-in-firejail.exp 102./firejail-in-firejail.exp
100 103