Skip to content

Commit 7c5a25b

Browse files
committedMay 13, 2014
fix test case
1 parent a819d71 commit 7c5a25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/blob/git_blob_create_frombuffer.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Check for git_blob_create_frombuffer presence
55
--FILE--
66
<?php
77
$repositroy = git_repository_init("/tmp/a");
8-
echo git_blob_create_frombuffer($repositroy, "Helo World");
8+
echo git_blob_create_frombuffer($repositroy, "Helo World") . PHP_EOL;
99

1010
$repositroy = git_repository_new();
1111
$result = @git_blob_create_frombuffer($repositroy, "Helo World");

0 commit comments

Comments
 (0)
Please sign in to comment.