all repos — cgit @ 561959cffa3de67986d193469b77c8db0d307400

a hyperfast web frontend for git written in c

tests: properly quote arguments to printf

v2: incorporate remarks of Lukas

Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
Ferry Huberts ferry.huberts@pelagic.nl
Sun, 18 Mar 2012 11:43:50 +0100
commit

561959cffa3de67986d193469b77c8db0d307400

parent

f8492f79a3b1193ae1a412eb7c4f3b0c2b21ecaa

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tests/setup.shtests/setup.sh

@@ -22,7 +22,7 @@ name=$1

count=$2 dir=$PWD test -d "$name" && return - printf "Creating testrepo %s\n" $name + printf "Creating testrepo %s\n" "$name" mkdir -p "$name" cd "$name" git init