summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/tar03
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-02-08 19:43:09 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-02-12 20:53:36 +0100
commita9df9169882c564af6714bbf121c278092d3c51c (patch)
tree91a6f1b33100eacb6b700289612dbff956ca87df /testsuites/libtests/tar03
parentIMFS: Allow static initialization of FS info (diff)
downloadrtems-a9df9169882c564af6714bbf121c278092d3c51c.tar.bz2
IMFS: Add fine grained configuration
Remove miniIMFS. Statically initialize the root IMFS. Add configuration options to disable individual features of the root IMFS, e.g. o CONFIGURE_IMFS_DISABLE_CHOWN, o CONFIGURE_IMFS_DISABLE_FCHMOD, o CONFIGURE_IMFS_DISABLE_LINK, o CONFIGURE_IMFS_DISABLE_MKNOD, o CONFIGURE_IMFS_DISABLE_MOUNT, o CONFIGURE_IMFS_DISABLE_READLINK, o CONFIGURE_IMFS_DISABLE_RENAME, o CONFIGURE_IMFS_DISABLE_RMNOD, o CONFIGURE_IMFS_DISABLE_SYMLINK, o CONFIGURE_IMFS_DISABLE_UNMOUNT, and o CONFIGURE_IMFS_DISABLE_UTIME.
Diffstat (limited to 'testsuites/libtests/tar03')
-rw-r--r--testsuites/libtests/tar03/init.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/testsuites/libtests/tar03/init.c b/testsuites/libtests/tar03/init.c
index 3e2b5d3e68..72e95ecd2f 100644
--- a/testsuites/libtests/tar03/init.c
+++ b/testsuites/libtests/tar03/init.c
@@ -34,13 +34,6 @@ void test_tarfs_error(void)
printf ("error: untar failed returned %d\n", sc);
rtems_test_exit(1);
}
-
- puts("Loading tarfs image with miniIMFS as root filesystem - ERROR");
- sc = rtems_tarfs_load("/",(void *)rtems_task_create, 72);
- if (sc != -1) {
- printf ("error: untar failed returned %d\n", sc);
- rtems_test_exit(1);
- }
}
rtems_task Init(
@@ -65,8 +58,6 @@ rtems_task Init(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#define CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM
-
#define CONFIGURE_INIT
#include <rtems/confdefs.h>
/* end of file */