From 9a29d452d03a63f39a80c0640b7747d8508568e2 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 28 Sep 2018 00:29:02 +0200 Subject: moved mouse and kb, fixed mouse a bit --- testing/testing.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testing') diff --git a/testing/testing.c b/testing/testing.c index 7646b95..269774c 100644 --- a/testing/testing.c +++ b/testing/testing.c @@ -36,10 +36,10 @@ void testing_mount() #endif testlog ("= UNIT TESTING MOUNTS ="); testing_mount_add("/",MOUNT_TYPE_EXT2); - testing_mount_add("/pipes/",MOUNT_TYPE_PIPES); - testing_mount_add("/pipes/input/",MOUNT_TYPE_PIPES); +// testing_mount_add("/pipes/",MOUNT_TYPE_PIPES); +// testing_mount_add("/pipes/input/",MOUNT_TYPE_PIPES); testing_mount_add("/sys/",MOUNT_TYPE_SYS); - mount_dump(); +// mount_dump(); // testing_get_mount("pipes/input"); testing_get_mount("/dupa"); testing_get_mount("/pipe"); -- cgit v1.2.3