aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
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