소스 검색

Remove the chdir, so we can test things like empty directories

Eric Andersen 23 년 전
부모
커밋
e3d8cc9c99
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      test/stdlib/qsort.c

+ 0 - 1
test/stdlib/qsort.c

@@ -19,7 +19,6 @@ int main(void)
 
     int i, numdir;        
 
-    chdir("/");
     numdir = scandir(".", &array, select_files, NULL);
     printf("\nGot %d entries from scandir().\n", numdir);              
     for (i = 0; i < numdir; ++i) {