瀏覽代碼

rename to match glibc

Mike Frysinger 20 年之前
父節點
當前提交
3c8b8f84e0
共有 2 個文件被更改,包括 1 次插入1 次删除
  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
 # 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
 

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