aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-profiles.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-profiles.sh')
-rwxr-xr-xtest/test-profiles.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/test-profiles.sh b/test/test-profiles.sh
deleted file mode 100755
index d9142885b..000000000
--- a/test/test-profiles.sh
+++ /dev/null
@@ -1,10 +0,0 @@
1#!/bin/bash
2
3echo "TESTING: default profiles installed in /etc"
4PROFILES=`ls /etc/firejail/*.profile`
5for PROFILE in $PROFILES
6do
7 echo "TESTING: $PROFILE"
8 ./test-profile.exp $PROFILE
9done
10