From 67dce0cfb1aeef873cebf5a3014eb6cbb07193b0 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Thu, 28 Jan 1999 00:26:30 +0000 Subject: [PATCH] changed value of TOO_LONG to 5000 git-svn-id: svn://10.0.0.236/trunk@18843 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/nsprpub/pr/tests/op_2long.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mozilla/nsprpub/pr/tests/op_2long.c b/mozilla/nsprpub/pr/tests/op_2long.c index 81ef29a2e75..88459ab5abb 100644 --- a/mozilla/nsprpub/pr/tests/op_2long.c +++ b/mozilla/nsprpub/pr/tests/op_2long.c @@ -48,9 +48,11 @@ static PRFileDesc *t1; PRIntn error_code; /* - * 4096 should exceed any system's maximum file name length + * should exceed any system's maximum file name length + * Note: was set at 4096. This is legal on some unix (Linux 2.1+) platforms. + * */ -#define TOO_LONG 4096 +#define TOO_LONG 5000 int main(int argc, char **argv) {