diff options
Diffstat (limited to 'tests/fake.sh')
-rwxr-xr-x | tests/fake.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fake.sh b/tests/fake.sh index 75bc051..bbb4380 100755 --- a/tests/fake.sh +++ b/tests/fake.sh | |||
@@ -10,5 +10,6 @@ elif [ "${binary}" = "clever" ] && [ "${1}" = "activity" ]; then | |||
10 | elif [ "${binary}" = "git" ]; then | 10 | elif [ "${binary}" = "git" ]; then |
11 | echo "${fakeCommit}" | 11 | echo "${fakeCommit}" |
12 | else | 12 | else |
13 | echo "${1}" >> "${binary}-commands" | ||
13 | echo "${binary} called with arguments: ${*}" | 14 | echo "${binary} called with arguments: ${*}" |
14 | fi | 15 | fi |