summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl10
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/dl10')
-rw-r--r--testsuites/libtests/dl10/etc/libdl.conf4
-rw-r--r--testsuites/libtests/dl10/init.c8
2 files changed, 4 insertions, 8 deletions
diff --git a/testsuites/libtests/dl10/etc/libdl.conf b/testsuites/libtests/dl10/etc/libdl.conf
new file mode 100644
index 0000000000..1573e04650
--- /dev/null
+++ b/testsuites/libtests/dl10/etc/libdl.conf
@@ -0,0 +1,4 @@
+#
+ # blah blah
+/libdl10*.a
+
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 ();