tests: properly quote arguments to printf

v2: incorporate remarks of Lukas

Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
このコミットが含まれているのは:
Ferry Huberts 2012-03-18 11:43:50 +01:00 committed by Lars Hjemli
コミット 561959cffa
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -22,7 +22,7 @@ mkrepo() {
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