Minor test changes.
This commit is contained in:
parent
e809face5f
commit
52d122b854
@ -156,6 +156,9 @@ arraytest2(int nargs, char **args)
|
|||||||
(void)nargs;
|
(void)nargs;
|
||||||
(void)args;
|
(void)args;
|
||||||
|
|
||||||
|
/* Silence warning with gcc 4.8 -Og (but not -O2) */
|
||||||
|
x = 0;
|
||||||
|
|
||||||
kprintf("Beginning large array test...\n");
|
kprintf("Beginning large array test...\n");
|
||||||
a = array_create();
|
a = array_create();
|
||||||
KASSERT(a != NULL);
|
KASSERT(a != NULL);
|
||||||
|
@ -681,7 +681,7 @@ checkfilesystem(int nargs, char **args)
|
|||||||
char *device;
|
char *device;
|
||||||
|
|
||||||
if (nargs != 2) {
|
if (nargs != 2) {
|
||||||
kprintf("Usage: fs[12345] filesystem:\n");
|
kprintf("Usage: fs[123456] filesystem:\n");
|
||||||
return EINVAL;
|
return EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user