aboutsummaryrefslogtreecommitdiffstats
path: root/test/profiles/profiles.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-23 08:53:07 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-23 08:53:07 -0400
commit2905b9f9ab5c5ed6f9210d1d843a8bcf41451854 (patch)
treed3bb968dbcb9f22856de345d0df5ecf2a44d594f /test/profiles/profiles.sh
parentquiterss profile (diff)
downloadfirejail-2905b9f9ab5c5ed6f9210d1d843a8bcf41451854.tar.gz
firejail-2905b9f9ab5c5ed6f9210d1d843a8bcf41451854.tar.zst
firejail-2905b9f9ab5c5ed6f9210d1d843a8bcf41451854.zip
make test-utils
Diffstat (limited to 'test/profiles/profiles.sh')
-rwxr-xr-xtest/profiles/profiles.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/profiles/profiles.sh b/test/profiles/profiles.sh
index a20ed5432..e3adc8a4f 100755
--- a/test/profiles/profiles.sh
+++ b/test/profiles/profiles.sh
@@ -14,9 +14,12 @@ do
14 ./test-profile.exp $PROFILE 14 ./test-profile.exp $PROFILE
15done 15done
16 16
17echo "TESTING: profile syntax (profiles/profile_syntax.exp)" 17echo "TESTING: profile syntax (test/profiles/profile_syntax.exp)"
18./profile_syntax.exp 18./profile_syntax.exp
19 19
20echo "TESTING: profile syntax 2 (profiles/profile_syntax2.exp)" 20echo "TESTING: profile syntax 2 (test/profiles/profile_syntax2.exp)"
21./profile_syntax2.exp 21./profile_syntax2.exp
22 22
23echo "TESTING: ignore command (test/profiles/ignore.exp)"
24./ignore.exp
25