Skip to content

Commit 0a1a179

Browse files
committed
fixup! test-gvfs-prococol, t5799: tests for gvfs-helper
1 parent ae0ec8d commit 0a1a179

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/helper/test-gvfs-protocol.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,7 @@ static enum worker_result req__read(struct req *req, int fd)
14451445

14461446
nr_start_line_fields = string_list_split(&req->start_line_fields,
14471447
req->start_line.buf,
1448-
' ', -1);
1448+
" ", -1);
14491449
if (nr_start_line_fields != 3) {
14501450
logerror("could not parse request start-line '%s'",
14511451
req->start_line.buf);

0 commit comments

Comments
 (0)