diff options
| author | Miguel <m.i@gmx.at> | 2018-09-28 00:29:02 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-28 00:29:02 +0200 |
| commit | 9a29d452d03a63f39a80c0640b7747d8508568e2 (patch) | |
| tree | 05adc15fac805f019af21107a7e3d84135f483f9 /testing | |
| parent | b3ec24b054fe36c7368048c3f1d0c46ed8fbb55e (diff) | |
moved mouse and kb, fixed mouse a bit
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/testing.c | 6 |
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"); |
