aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-24 06:49:25 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-24 06:49:25 -0400
commit46113d48c480249363081ce75086d275948bd644 (patch)
tree5c78867f8f9cdc0900d8b855d5cfa9ca5e4ae34f /test
parenttesting (diff)
downloadfirejail-46113d48c480249363081ce75086d275948bd644.tar.gz
firejail-46113d48c480249363081ce75086d275948bd644.tar.zst
firejail-46113d48c480249363081ce75086d275948bd644.zip
testing
Diffstat (limited to 'test')
-rwxr-xr-xtest/firemon/firemon.sh10
-rwxr-xr-xtest/utils/caps.exp (renamed from test/firemon/caps.exp)0
-rw-r--r--test/utils/caps1.profile (renamed from test/firemon/caps1.profile)0
-rw-r--r--test/utils/caps2.profile (renamed from test/firemon/caps2.profile)0
-rwxr-xr-xtest/utils/seccomp.exp (renamed from test/firemon/seccomp.exp)0
-rwxr-xr-xtest/utils/utils.sh6
6 files changed, 6 insertions, 10 deletions
diff --git a/test/firemon/firemon.sh b/test/firemon/firemon.sh
deleted file mode 100755
index edd548526..000000000
--- a/test/firemon/firemon.sh
+++ /dev/null
@@ -1,10 +0,0 @@
1#!/bin/bash
2# This file is part of Firejail project
3# Copyright (C) 2014-2016 Firejail Authors
4# License GPL v2
5
6echo "TESTING: firemon --seccomp (test/firemon/seccomp.exp)"
7./seccomp.exp
8
9echo "TESTING: firemon --caps (test/firemon/caps.exp)"
10./caps.exp
diff --git a/test/firemon/caps.exp b/test/utils/caps.exp
index ab1067921..ab1067921 100755
--- a/test/firemon/caps.exp
+++ b/test/utils/caps.exp
diff --git a/test/firemon/caps1.profile b/test/utils/caps1.profile
index e14655b2e..e14655b2e 100644
--- a/test/firemon/caps1.profile
+++ b/test/utils/caps1.profile
diff --git a/test/firemon/caps2.profile b/test/utils/caps2.profile
index cb2258c52..cb2258c52 100644
--- a/test/firemon/caps2.profile
+++ b/test/utils/caps2.profile
diff --git a/test/firemon/seccomp.exp b/test/utils/seccomp.exp
index a318e39b1..a318e39b1 100755
--- a/test/firemon/seccomp.exp
+++ b/test/utils/seccomp.exp
diff --git a/test/utils/utils.sh b/test/utils/utils.sh
index 8c53feab3..23cbc6b35 100755
--- a/test/utils/utils.sh
+++ b/test/utils/utils.sh
@@ -69,3 +69,9 @@ rm -f index.html*
69./trace.exp 69./trace.exp
70rm -f index.html* 70rm -f index.html*
71 71
72echo "TESTING: firemon --seccomp (test/utils/seccomp.exp)"
73./seccomp.exp
74
75echo "TESTING: firemon --caps (test/ustil/caps.exp)"
76./caps.exp
77