From e7486b39795847043cd16c55a1c8142770c77de8 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 2 Feb 2016 08:44:40 -0500 Subject: 0.9.38 testing --- test/test.sh | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) (limited to 'test/test.sh') 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 ./private_dir_profile.exp rm -fr dirprivate -echo "TESTING: private keep" -./private-keep.exp - -uname -r | grep "3.18" -if [ "$?" -eq 0 ]; -then - echo "TESTING: overlayfs on 3.18 kernel" - ./fs_overlay.exp -fi - -grep "openSUSE" /etc/os-release -if [ "$?" -eq 0 ]; -then - echo "TESTING: overlayfs" - ./fs_overlay.exp -fi - -grep "Ubuntu" /etc/os-release -if [ "$?" -eq 0 ]; -then - echo "TESTING: overlayfs" - ./fs_overlay.exp -fi +echo "TESTING: overlayfs" +./fs_overlay.exp echo "TESTING: seccomp debug" ./seccomp-debug.exp -- cgit v1.2.3-70-g09d2