diff options
Diffstat (limited to 'test/hooks')
-rw-r--r-- | test/hooks/checkhook.json | 5 | ||||
-rwxr-xr-x | test/hooks/checkhook.sh | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/test/hooks/checkhook.json b/test/hooks/checkhook.json deleted file mode 100644 index 50ff23727..000000000 --- a/test/hooks/checkhook.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "cmd" : [".*"], - "hook" : "HOOKSDIR/checkhook.sh", - "stage" : [ "prestart" ] -} diff --git a/test/hooks/checkhook.sh b/test/hooks/checkhook.sh deleted file mode 100755 index 8b755cb40..000000000 --- a/test/hooks/checkhook.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -echo $@ >> /run/hookscheck -read line -echo $line >> /run/hookscheck |