Browse Source

rename to match glibc

Mike Frysinger 19 years ago
parent
commit
3c8b8f84e0
2 changed files with 1 additions and 1 deletions
  1. 1 1
      test/unistd/Makefile
  2. 0 0
      test/unistd/tst-preadwrite.c

+ 1 - 1
test/unistd/Makefile

@@ -1,7 +1,7 @@
 # uClibc unistd tests
 # uClibc unistd tests
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 # 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
 include ../Test.mak
 
 

+ 0 - 0
test/unistd/preadwrite.c → test/unistd/tst-preadwrite.c