aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh27
1 files changed, 3 insertions, 24 deletions
diff --git a/test/test.sh b/test/test.sh
index c88b8d486..ba5268036 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -1,4 +1,7 @@
1#!/bin/bash 1#!/bin/bash
2# This file is part of Firejail project
3# Copyright (C) 2014-2016 Firejail Authors
4# License GPL v2
2 5
3./chk_config.exp 6./chk_config.exp
4 7
@@ -96,30 +99,6 @@ echo "TESTING: kmsg access (kmsg.exp)"
96echo "TESTING: rlimit (option_rlimit.exp)" 99echo "TESTING: rlimit (option_rlimit.exp)"
97./option_rlimit.exp 100./option_rlimit.exp
98 101
99echo "TESTING: shutdown (option_shutdown.exp)"
100./option-shutdown.exp
101
102echo "TESTING: shutdown2 (option_shutdown2.exp)"
103./option-shutdown2.exp
104
105echo "TESTING: shutdown3 (option_shutdown3.exp)"
106./option-shutdown3.exp
107
108echo "TESTING: shutdown4 (option_shutdown4.exp)"
109./option-shutdown4.exp
110
111echo "TESTING: join (option-join.exp)"
112./option-join.exp
113
114echo "TESTING: join2 (option-join2.exp)"
115./option-join2.exp
116
117echo "TESTING: join3 (option-join3.exp)"
118./option-join3.exp
119
120echo "TESTING: join profile (option-join-profile.exp)"
121./option-join-profile.exp
122
123echo "TESTING: firejail in firejail - single sandbox (firejail-in-firejail.exp)" 102echo "TESTING: firejail in firejail - single sandbox (firejail-in-firejail.exp)"
124./firejail-in-firejail.exp 103./firejail-in-firejail.exp
125 104