summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl10/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/dl10/init.c')
-rw-r--r--testsuites/libtests/dl10/init.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/testsuites/libtests/dl10/init.c b/testsuites/libtests/dl10/init.c
index d297567f84..214bc7e789 100644
--- a/testsuites/libtests/dl10/init.c
+++ b/testsuites/libtests/dl10/init.c
@@ -60,14 +60,6 @@ static void Init(rtems_task_argument arg)
exit (1);
}
- e = symlink ("libdl-dl10.conf", "/etc/libdl.conf");
- if (e != 0)
- {
- printf ("error: untar failed: %d\n", e);
- rtems_test_exit (1);
- exit (1);
- }
-
test();
rtems_shell_init_environment ();