From 9e211b82d63aca390df3cf09350b6d881825a573 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 7 Dec 2015 09:29:41 -0500 Subject: testing --- test/test-profiles.sh | 10 ++++++++++ test/test.sh | 8 +------- 2 files changed, 11 insertions(+), 7 deletions(-) create mode 100755 test/test-profiles.sh (limited to 'test') diff --git a/test/test-profiles.sh b/test/test-profiles.sh new file mode 100755 index 000000000..d9142885b --- /dev/null +++ b/test/test-profiles.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +echo "TESTING: default profiles installed in /etc" +PROFILES=`ls /etc/firejail/*.profile` +for PROFILE in $PROFILES +do + echo "TESTING: $PROFILE" + ./test-profile.exp $PROFILE +done + diff --git a/test/test.sh b/test/test.sh index 8668d068f..86ae874d9 100755 --- a/test/test.sh +++ b/test/test.sh @@ -2,13 +2,7 @@ ./chk_config.exp -echo "TESTING: default profiles installed in /etc" -PROFILES=`ls /etc/firejail/*.profile` -for PROFILE in $PROFILES -do - echo "TESTING: $PROFILE" - ./test-profile.exp $PROFILE -done +./test-profiles.sh ./fscheck.sh -- cgit v1.2.3-54-g00ecf