aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh
index 61dd58f9e..6f198cd52 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -2,6 +2,14 @@
2 2
3./chk_config.exp 3./chk_config.exp
4 4
5echo "TESTING: default profiles installed in /etc"
6PROFILES=`ls /etc/firejail/*.profile`
7for PROFILE in $PROFILES
8do
9 echo "TESTING: $PROFILE"
10 ./test-profile.exp $PROFILE
11done
12
5./fscheck.sh 13./fscheck.sh
6 14
7echo "TESTING: environment variables" 15echo "TESTING: environment variables"