On 26/02/18 03:36, Stefan Klinger wrote: > Signed-off-by: Stefan Klinger <[email protected]> > --- > lib/libalpm/hook.c | 16 ++++++++++++++++ > test/pacman/tests/TESTS | 4 ++++ > test/pacman/tests/hook-description-reused.py | 23 +++++++++++++++++++++++ > test/pacman/tests/hook-exec-reused.py | 22 ++++++++++++++++++++++ > test/pacman/tests/hook-type-reused.py | 22 ++++++++++++++++++++++ > test/pacman/tests/hook-when-reused.py | 22 ++++++++++++++++++++++ > 6 files changed, 109 insertions(+) > create mode 100644 test/pacman/tests/hook-description-reused.py > create mode 100644 test/pacman/tests/hook-exec-reused.py > create mode 100644 test/pacman/tests/hook-type-reused.py > create mode 100644 test/pacman/tests/hook-when-reused.py
Thanks - patch looks good. Even better due to the inclusion of test suite additions! A
