tests: properly quote arguments to printf
v2: incorporate remarks of Lukas Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
This commit is contained in:
förälder
f8492f79a3
incheckning
561959cffa
@ -22,7 +22,7 @@ mkrepo() {
|
|||||||
count=$2
|
count=$2
|
||||||
dir=$PWD
|
dir=$PWD
|
||||||
test -d "$name" && return
|
test -d "$name" && return
|
||||||
printf "Creating testrepo %s\n" $name
|
printf "Creating testrepo %s\n" "$name"
|
||||||
mkdir -p "$name"
|
mkdir -p "$name"
|
||||||
cd "$name"
|
cd "$name"
|
||||||
git init
|
git init
|
||||||
|
Laddar…
Referens i nytt ärende
Block a user