summaryrefslogtreecommitdiff
path: root/nsprpub/pr/tests/op_filnf.c
diff options
context:
space:
mode:
Diffstat (limited to 'nsprpub/pr/tests/op_filnf.c')
-rw-r--r--nsprpub/pr/tests/op_filnf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsprpub/pr/tests/op_filnf.c b/nsprpub/pr/tests/op_filnf.c
index 1f1e8eed87..b4ab2fb156 100644
--- a/nsprpub/pr/tests/op_filnf.c
+++ b/nsprpub/pr/tests/op_filnf.c
@@ -31,7 +31,7 @@ PRIntn error_code;
int main(int argc, char **argv)
{
PR_STDIO_INIT();
- t1 = PR_Open("/usr/tmp/ttools/err03.tmp", PR_TRUNCATE | PR_RDWR, 0666);
+ t1 = PR_Open("./tmp-ttools/err03.tmp", PR_TRUNCATE | PR_RDWR, 0666);
if (t1 == NULL) {
if (PR_GetError() == PR_FILE_NOT_FOUND_ERROR) {
printf ("error code is %d \n", PR_GetError());