diff options
| author | Pawel Stolowski <stolowski@gmail.com> | 2017-08-04 18:14:03 +0200 |
|---|---|---|
| committer | Pawel Stolowski <stolowski@gmail.com> | 2017-08-04 18:14:03 +0200 |
| commit | 378eaaf18d598864470ed8a22541b4260b026495 (patch) | |
| tree | 25e991a3b7e529cf25a25b2e07f8c8cd62479ea1 | |
| parent | 9e3c440b908436c85cb964571da2ea5976b071df (diff) | |
Review comment.fix-hook-test
| -rw-r--r-- | tests/main/install-hook/task.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/main/install-hook/task.yaml b/tests/main/install-hook/task.yaml index dba99fb878..c390deff7a 100644 --- a/tests/main/install-hook/task.yaml +++ b/tests/main/install-hook/task.yaml @@ -3,7 +3,7 @@ summary: Check install and remove hooks. environment: REMOVE_HOOK_FILE: "$HOME/remove-hook-executed" -restore: +restore: | rm -f $REMOVE_HOOK_FILE execute: | |
