diff options
-rwxr-xr-x | tests/fake.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/fake.sh b/tests/fake.sh index 0303b61..65ff819 100755 --- a/tests/fake.sh +++ b/tests/fake.sh | |||
@@ -13,6 +13,7 @@ elif [ "${binary}" = "clever" ] && [ "${1}" = "status" ]; then | |||
13 | elif [ "${binary}" = "git" ]; then | 13 | elif [ "${binary}" = "git" ]; then |
14 | echo "${localCommit}" | 14 | echo "${localCommit}" |
15 | else | 15 | else |
16 | echo "${1}" >> "${binary}-commands" | ||
17 | echo "${binary} called with arguments: ${*}" | 16 | echo "${binary} called with arguments: ${*}" |
18 | fi | 17 | fi |
18 | |||
19 | echo "${1}" >> "${binary}-commands" | ||