Skip to content

Commit 08457db

Browse files
committed
capture_program_args appends
Closes gh-31
1 parent 6cfa186 commit 08457db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bats-submodules/test/test_helper/argument_captor.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ capture_program() {
2525

2626
capture_program_args() {
2727
local path=$(__get_capture_path "$1")
28-
echo "echo \${@} > $path"
28+
echo "echo \${@} >> $path"
2929
}
3030

3131
capture_program_stdin() {

0 commit comments

Comments
 (0)