aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-11-08 09:50:58 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2020-11-08 09:50:58 -0500
commit9fba22c636a33fa437c604678ebbfb7f0959c3ec (patch)
tree0e6129159c72bb89860a0b4fee5c593f05e8b284 /test
parentadding test-profiles to ci test (diff)
downloadfirejail-9fba22c636a33fa437c604678ebbfb7f0959c3ec.tar.gz
firejail-9fba22c636a33fa437c604678ebbfb7f0959c3ec.tar.zst
firejail-9fba22c636a33fa437c604678ebbfb7f0959c3ec.zip
adding test-profiles to ci test
Diffstat (limited to 'test')
-rwxr-xr-xtest/profiles/profiles.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profiles/profiles.sh b/test/profiles/profiles.sh
index 47717f1e0..75d961eb1 100755
--- a/test/profiles/profiles.sh
+++ b/test/profiles/profiles.sh
@@ -40,7 +40,7 @@ if [ -d "/run/user/$UID" ]; then
40 PROFILES=`ls /etc/firejail/*.profile` 40 PROFILES=`ls /etc/firejail/*.profile`
41 echo "TESTING: default profiles installed in /etc" 41 echo "TESTING: default profiles installed in /etc"
42else 42else
43 PROFILES=`ls /etc/firejail/f*.profile` 43 PROFILES=`ls /etc/firejail/fi*.profile /etc/firejail/fl*.profile /etc/firejail/free*.profile`
44 echo "TESTING: small number of default profiles installed in /etc" 44 echo "TESTING: small number of default profiles installed in /etc"
45fi 45fi
46 46