From 75b0c6fc91c1264aaa5d080d9faeb87c90d02ad3 Mon Sep 17 00:00:00 2001 From: Robert Morris Date: Fri, 5 Jul 2019 12:33:26 -0400 Subject: back-port fork/exit/exit tests to xv6-riscv --- user/cow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user/cow.c') diff --git a/user/cow.c b/user/cow.c index 45efc98..0426600 100644 --- a/user/cow.c +++ b/user/cow.c @@ -129,7 +129,7 @@ filetest() { int parent = getpid(); - printf(1, "file test: "); + printf(1, "file: "); buf[0] = 99; -- cgit v1.2.3