aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-02-02 08:44:40 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-02-02 08:44:40 -0500
commite7486b39795847043cd16c55a1c8142770c77de8 (patch)
treed0f11ceffdbfde9c792ab856016d4219acfc21b2 /test/test.sh
parent0.9.38 testing (diff)
downloadfirejail-e7486b39795847043cd16c55a1c8142770c77de8.tar.gz
firejail-e7486b39795847043cd16c55a1c8142770c77de8.tar.zst
firejail-e7486b39795847043cd16c55a1c8142770c77de8.zip
0.9.38 testing
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh25
1 files changed, 2 insertions, 23 deletions
diff --git a/test/test.sh b/test/test.sh
index ad6599848..6273c0a1b 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -190,29 +190,8 @@ mkdir dirprivate
190./private_dir_profile.exp 190./private_dir_profile.exp
191rm -fr dirprivate 191rm -fr dirprivate
192 192
193echo "TESTING: private keep" 193echo "TESTING: overlayfs"
194./private-keep.exp 194./fs_overlay.exp
195
196uname -r | grep "3.18"
197if [ "$?" -eq 0 ];
198then
199 echo "TESTING: overlayfs on 3.18 kernel"
200 ./fs_overlay.exp
201fi
202
203grep "openSUSE" /etc/os-release
204if [ "$?" -eq 0 ];
205then
206 echo "TESTING: overlayfs"
207 ./fs_overlay.exp
208fi
209
210grep "Ubuntu" /etc/os-release
211if [ "$?" -eq 0 ];
212then
213 echo "TESTING: overlayfs"
214 ./fs_overlay.exp
215fi
216 195
217echo "TESTING: seccomp debug" 196echo "TESTING: seccomp debug"
218./seccomp-debug.exp 197./seccomp-debug.exp