summaryrefslogtreecommitdiff
path: root/testing/testing.c
diff options
context:
space:
mode:
Diffstat (limited to 'testing/testing.c')
-rw-r--r--testing/testing.c6
1 files changed, 3 insertions, 3 deletions
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");