Skip to content

Commit

Permalink
change quoting in test t1006-cat-file.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Ballabio <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
chunga authored and gitster committed May 23, 2008
1 parent 15d8e56 commit 6c41e21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/t1006-cat-file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c41e21

Please sign in to comment.