---
t/solver_git.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/solver_git.t b/t/solver_git.t
index 8faa7309..06d75816 100644
--- a/t/solver_git.t
+++ b/t/solver_git.t
@@ -293,7 +293,7 @@ EOF
is($res->code, 404, 'failure with null OID');
$res = $cb->(GET("/$name/$non_existent/s/"));
- is($res->code, 404, 'failure with null OID');
+ is($res->code, 404, 'failure with non-existent OID');
$res = $cb->(GET("/$name/$v1_0_0_tag/s/"));
is($res->code, 200, 'shows commit (unabbreviated)');- [PATCH 00/12] improve process reaping Eric Wong
- [PATCH 01/12] ipc: remove {-reap_async} field Eric Wong
- [PATCH 03/12] qspawn: drop {psgi_env} deref Eric Wong
- [PATCH 04/12] ds: introduce awaitpid, switch ProcessPipe us... Eric Wong
- [PATCH 02/12] t/solver_git.t: fix test message Eric Wong
- [PATCH 05/12] git|gcf2: switch to awaitpid Eric Wong
- [PATCH 06/12] watch: switch to awaitpid Eric Wong
- [PATCH 08/12] eofpipe: drop {arg} support for now Eric Wong
- [PATCH 11/12] ipc+lei: switch to awaitpid Eric Wong
- [PATCH 09/12] watch: IMAP and NNTP polling can use the same... Eric Wong
- [PATCH 10/12] ipc: drop unused $args from ->ipc_worker_s... Eric Wong
- [PATCH 12/12] ds: drop dwaitpid, switch to waitpid(-1) Eric Wong
- [PATCH 07/12] watch: simplify internal data structures Eric Wong
