aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/utils.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-09-12 07:56:25 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2020-09-12 07:56:25 -0400
commit2c55e7f15219504ea70a12274618e5ba8e5c35da (patch)
tree8620792122a9401ee4d33112e7707aeb1e94dcd5 /test/utils/utils.sh
parentadd --include (#3571) (diff)
downloadfirejail-2c55e7f15219504ea70a12274618e5ba8e5c35da.tar.gz
firejail-2c55e7f15219504ea70a12274618e5ba8e5c35da.tar.zst
firejail-2c55e7f15219504ea70a12274618e5ba8e5c35da.zip
some dbus tests
Diffstat (limited to 'test/utils/utils.sh')
-rwxr-xr-xtest/utils/utils.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/utils/utils.sh b/test/utils/utils.sh
index 48a8051fa..7e8426f35 100755
--- a/test/utils/utils.sh
+++ b/test/utils/utils.sh
@@ -99,9 +99,12 @@ echo "TESTING: join2 (test/utils/join2.exp)"
99echo "TESTING: join3 (test/utils/join3.exp)" 99echo "TESTING: join3 (test/utils/join3.exp)"
100./join3.exp 100./join3.exp
101 101
102echo "TESTING: join3 (test/utils/join4.exp)" 102echo "TESTING: join4 (test/utils/join4.exp)"
103./join4.exp 103./join4.exp
104 104
105echo "TESTING: join5 (test/utils/join5.exp)"
106./join5.exp
107
105echo "TESTING: join profile (test/utils/join-profile.exp)" 108echo "TESTING: join profile (test/utils/join-profile.exp)"
106./join-profile.exp 109./join-profile.exp
107 110