change quoting in test t1006-cat-file.sh

Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Michele Ballabio 2008-05-23 16:19:43 +02:00 коммит произвёл Junio C Hamano
Родитель 15d8e56519
Коммит 6c41e21d48
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -199,9 +199,9 @@ $tag_content
deadbeef missing
missing"
test_expect_success \
"--batch with multiple sha1s gives correct format" \
"test \"\$(maybe_remove_timestamp \"$batch_output\" 1)\" = \"\$(maybe_remove_timestamp \"\$(echo_without_newline \"$batch_input\" | git cat-file --batch)\" 1)\""
test_expect_success '--batch with multiple sha1s gives correct format' '
test "$(maybe_remove_timestamp "$batch_output" 1)" = "$(maybe_remove_timestamp "$(echo_without_newline "$batch_input" | git cat-file --batch)" 1)"
'
batch_check_input="$hello_sha1
$tree_sha1