From a48c37df3765f42c779ac0674eb021f955ed9c07 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Wed, 27 Apr 2022 18:44:02 +0200 Subject: fix broken hooks-dir test The test has been broken since it was added 4 years ago. Instead of using hardcoded paths we should use tmp files. Signed-off-by: Paul Holzinger --- test/e2e/hooks/checkhook.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 test/e2e/hooks/checkhook.sh (limited to 'test/e2e/hooks/checkhook.sh') diff --git a/test/e2e/hooks/checkhook.sh b/test/e2e/hooks/checkhook.sh deleted file mode 100755 index 8b755cb40..000000000 --- a/test/e2e/hooks/checkhook.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -echo $@ >> /run/hookscheck -read line -echo $line >> /run/hookscheck -- cgit v1.2.3-54-g00ecf