summaryrefslogtreecommitdiff
path: root/test/unistd
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-14 04:53:04 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-14 04:53:04 +0000
commit3c8b8f84e06de67f1b2375baed5ce8a95dc51f79 (patch)
treeaf1af6fa50844bda809aa36c5951ff92c3edaf80 /test/unistd
parenta6665c95b049f15f2124e04c557a24af63edc8b8 (diff)
rename to match glibc
Diffstat (limited to 'test/unistd')
-rw-r--r--test/unistd/Makefile2
-rw-r--r--test/unistd/tst-preadwrite.c (renamed from test/unistd/preadwrite.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/test/unistd/Makefile b/test/unistd/Makefile
index b7f8a669f..d29c7971c 100644
--- a/test/unistd/Makefile
+++ b/test/unistd/Makefile
@@ -1,7 +1,7 @@
# uClibc unistd tests
# Licensed under the GNU Library General Public License, see COPYING.LIB
-TESTS := clone errno fork getcwd getopt getopt_long preadwrite tstgetopt vfork
+TESTS := clone errno fork getcwd getopt getopt_long tst-preadwrite tstgetopt vfork
include ../Test.mak
diff --git a/test/unistd/preadwrite.c b/test/unistd/tst-preadwrite.c
index cfc8635b9..cfc8635b9 100644
--- a/test/unistd/preadwrite.c
+++ b/test/unistd/tst-preadwrite.c