From e3ceb75be3cab5d700c7a1c65356cc9d4151a912 Mon Sep 17 00:00:00 2001 From: Phillip Sz Date: Fri, 5 Feb 2016 11:38:58 +0100 Subject: test: remove exit 0 at the end We don't need that at the end, as it will always exit with 0 if everything is okey. --- test/TEST-06-SELINUX/test-selinux-checks.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'test/TEST-06-SELINUX') diff --git a/test/TEST-06-SELINUX/test-selinux-checks.sh b/test/TEST-06-SELINUX/test-selinux-checks.sh index 08d2ddf4f0..153fab3aac 100755 --- a/test/TEST-06-SELINUX/test-selinux-checks.sh +++ b/test/TEST-06-SELINUX/test-selinux-checks.sh @@ -10,4 +10,3 @@ runcon -t systemd_test_reload_t systemctl reload hola runcon -t systemd_test_stop_t systemctl stop hola touch /testok -exit 0 -- cgit v1.2.3-54-g00ecf