summaryrefslogtreecommitdiff
path: root/pr/tests/op_2long.c
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1999-01-28 00:26:30 +0000
committerwtc%netscape.com <devnull@localhost>1999-01-28 00:26:30 +0000
commitc3d3d175540c8bc5741e6b22403984eeb1b37435 (patch)
tree1791579449b31833f23e7762c5c6b90bcb16e2e9 /pr/tests/op_2long.c
parent8485b3838b91365f5a8ee9b1fe88345e3bb51f4a (diff)
downloadnspr-hg-c3d3d175540c8bc5741e6b22403984eeb1b37435.tar.gz
changed value of TOO_LONG to 5000
Diffstat (limited to 'pr/tests/op_2long.c')
-rw-r--r--pr/tests/op_2long.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/pr/tests/op_2long.c b/pr/tests/op_2long.c
index 81ef29a2..88459ab5 100644
--- a/pr/tests/op_2long.c
+++ b/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)
{