Skip to content

Commit

Permalink
fix testapp bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jgli committed Aug 1, 2013
1 parent 535d270 commit fb4df2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testapp.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ static pid_t start_server(in_port_t *port_out, int timeout) {
argv[arg++] = "-vvv";
#endif
argv[arg++] = NULL;
insert_kmod("./kmod/kmemcache");
insert_kmod("./kmod/kmemcache.ko");
close_terminal();
assert(execv(argv[0], argv) != -1);
} else {
Expand Down

0 comments on commit fb4df2e

Please sign in to comment.