From 18e5173600d05aaed9a9b246aa59503526448fa9 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Sun, 19 Apr 2020 11:24:13 +0200 Subject: [PATCH] remove obsolete test --- test/incs.bats | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/test/incs.bats b/test/incs.bats index 9655634..380d990 100644 --- a/test/incs.bats +++ b/test/incs.bats @@ -52,18 +52,6 @@ load test_helper assert_failure } -@test "No inc creation with LOCK" { - run rm -rf "${INCSPATH}" - assert_success - - touch "/run/lock/bkctld/inc-${JAILNAME}-${INC_NAME}.lock" - - /usr/lib/bkctld/bkctld-inc - - run test -d "${INCSPATH}/${INC_NAME}" - assert_failure -} - @test "Recent inc is kept after 'rm'" { # Setup simple incs policy echo "+%Y-%m-%d.-0day" > "${CONFDIR}/${JAILNAME}.d/incs_policy"