summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/fsdosfssync01
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-08-04 10:47:56 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-08-07 07:17:18 +0200
commitdd66fda39736135b40a99cccf1f5aabc1028c560 (patch)
tree62b19c29f56147f22d7296dca3e28bb0353ffb3f /testsuites/fstests/fsdosfssync01
parentbsp/gen5200: Avoid deprecated routine (diff)
downloadrtems-dd66fda39736135b40a99cccf1f5aabc1028c560.tar.bz2
tests: Avoid deprecated rtems_disk_io_initialize()
Update #3358.
Diffstat (limited to 'testsuites/fstests/fsdosfssync01')
-rw-r--r--testsuites/fstests/fsdosfssync01/init.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuites/fstests/fsdosfssync01/init.c b/testsuites/fstests/fsdosfssync01/init.c
index 5aee87622c..e878e59075 100644
--- a/testsuites/fstests/fsdosfssync01/init.c
+++ b/testsuites/fstests/fsdosfssync01/init.c
@@ -100,9 +100,6 @@ static void test(const char *rda, const char *mnt, const char *file)
int disk_fd;
int rv;
- sc = rtems_disk_io_initialize();
- rtems_test_assert(sc == RTEMS_SUCCESSFUL);
-
disk_fd = open(rda, O_RDWR);
rtems_test_assert(disk_fd >= 0);