Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.

Commit cb687ea

Browse files
author
Chia-Che Tsai
committed
minor bugfixes in regression tests
1 parent c98bda2 commit cb687ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Pal/regression/Directory.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ int main (int argc, char ** argv, char ** envp)
3636
DkObjectClose(dir2);
3737
}
3838

39-
PAL_HANDLE dir3 = DkStreamOpen("dir:../rtest/dir_exist.tmp",
39+
PAL_HANDLE dir3 = DkStreamOpen("dir:../regression/dir_exist.tmp",
4040
PAL_ACCESS_RDONLY, 0, 0, 0);
4141
if (dir3) {
4242
pal_printf("Directory Open Test 3 OK\n");

Pal/regression/File.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ int main (int argc, char ** argv, char ** envp)
7070
DkObjectClose(file2);
7171
}
7272

73-
PAL_HANDLE file3 = DkStreamOpen("file:../rtest/file_exist.tmp",
73+
PAL_HANDLE file3 = DkStreamOpen("file:../regression/file_exist.tmp",
7474
PAL_ACCESS_RDWR, 0, 0, 0);
7575
if (file3) {
7676
pal_printf("File Open Test 3 OK\n");

0 commit comments

Comments
 (0)