summaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-12-17 12:35:15 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-12-17 12:35:15 -0500
commit811af13d5120e85d1e0cb2cbc9ea0b60c0350af7 (patch)
treefc929d93a2852c18e20bcc938e5cdebef1f1af71 /test/test.sh
parenttesting (diff)
downloadfirejail-811af13d5120e85d1e0cb2cbc9ea0b60c0350af7.tar.gz
firejail-811af13d5120e85d1e0cb2cbc9ea0b60c0350af7.tar.zst
firejail-811af13d5120e85d1e0cb2cbc9ea0b60c0350af7.zip
added --force option
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index 78fc7b974..ab288cbeb 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -98,9 +98,12 @@ echo "TESTING: join"
98echo "TESTING: join profile" 98echo "TESTING: join profile"
99./option-join-profile.exp 99./option-join-profile.exp
100 100
101echo "TESTING: firejail in firejail" 101echo "TESTING: firejail in firejail - single sandbox"
102./firejail-in-firejail.exp 102./firejail-in-firejail.exp
103 103
104echo "TESTING: firejail in firejail - force new sandbox"
105./firejail-in-firejail2.exp
106
104echo "TESTING: chroot overlay" 107echo "TESTING: chroot overlay"
105./option_chroot_overlay.exp 108./option_chroot_overlay.exp
106 109