aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xtests/fake.sh3
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
13elif [ "${binary}" = "git" ]; then 13elif [ "${binary}" = "git" ]; then
14 echo "${localCommit}" 14 echo "${localCommit}"
15else 15else
16 echo "${1}" >> "${binary}-commands"
17 echo "${binary} called with arguments: ${*}" 16 echo "${binary} called with arguments: ${*}"
18fi 17fi
18
19echo "${1}" >> "${binary}-commands"