diff --git a/tests-ng/actions-template.sh b/tests-ng/actions-template.sh index e651ce0..88a8d0f 100755 --- a/tests-ng/actions-template.sh +++ b/tests-ng/actions-template.sh @@ -59,7 +59,7 @@ cfg="${tmps}/config.yaml" cat > ${cfg} << _EOF actions: pre: - preaction: "echo {{@@ _dotfile_src @@}} > ${tmpa}/pre" + preaction: "echo {{@@ _dotfile_src @@}} > {0}" post: postaction: "echo {{@@ _dotfile_src @@}} > ${tmpa}/post" nakedaction: "echo {{@@ _dotfile_src @@}} > ${tmpa}/naked" @@ -68,7 +68,7 @@ config: create: true dotpath: dotfiles default_actions: - - preaction + - preaction "${tmpa}/pre" - postaction - nakedaction dotfiles: