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, 1 insertions, 7 deletions
diff --git a/test/test.sh b/test/test.sh
index 8668d068f..86ae874d9 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -2,13 +2,7 @@
2 2
3./chk_config.exp 3./chk_config.exp
4 4
5echo "TESTING: default profiles installed in /etc" 5./test-profiles.sh
6PROFILES=`ls /etc/firejail/*.profile`
7for PROFILE in $PROFILES
8do
9 echo "TESTING: $PROFILE"
10 ./test-profile.exp $PROFILE
11done
12 6
13./fscheck.sh 7./fscheck.sh
14 8