aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2019-01-26 10:18:50 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2019-01-26 10:18:50 -0500
commit198368d6c2b257cd7c4c99337176e744944087e4 (patch)
tree4803f6da8ef0ee251d5ed575468d91d150ecd6ce /test
parentkodi.profile: switch back to default seccomp filter (diff)
downloadfirejail-198368d6c2b257cd7c4c99337176e744944087e4.tar.gz
firejail-198368d6c2b257cd7c4c99337176e744944087e4.tar.zst
firejail-198368d6c2b257cd7c4c99337176e744944087e4.zip
remove duplicated tests from make test-profiles
Diffstat (limited to 'test')
-rwxr-xr-xtest/profiles/profiles.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/profiles/profiles.sh b/test/profiles/profiles.sh
index 33729927c..4040e4233 100755
--- a/test/profiles/profiles.sh
+++ b/test/profiles/profiles.sh
@@ -44,21 +44,3 @@ do
44 ./test-profile.exp $PROFILE 44 ./test-profile.exp $PROFILE
45done 45done
46 46
47echo "TESTING: profile syntax (test/profiles/profile_syntax.exp)"
48./profile_syntax.exp
49
50echo "TESTING: profile syntax 2 (test/profiles/profile_syntax2.exp)"
51./profile_syntax2.exp
52
53echo "TESTING: ignore command (test/profiles/ignore.exp)"
54./ignore.exp
55
56echo "TESTING: profile read-only (test/profiles/profile_readonly.exp)"
57./profile_readonly.exp
58
59echo "TESTING: profile read-only links (test/profiles/profile_readonly.exp)"
60./profile_followlnk.exp
61
62echo "TESTING: profile no permissions (test/profiles/profile_noperm.exp)"
63./profile_noperm.exp
64