summaryrefslogtreecommitdiff
path: root/harness/cases/10.t
diff options
context:
space:
mode:
Diffstat (limited to 'harness/cases/10.t')
-rw-r--r--harness/cases/10.t8
1 files changed, 6 insertions, 2 deletions
diff --git a/harness/cases/10.t b/harness/cases/10.t
index e1ff4fe..9d3beb2 100644
--- a/harness/cases/10.t
+++ b/harness/cases/10.t
@@ -13,8 +13,12 @@
int test_main(void)
{
-#define LIMIT 8192
-#define SIZE 8192
+/* Note: changing either of these requires updating the ext2-enospc.img
+ * filesystem image. Also, if SIZE is less than PAGE_SIZE, problems
+ * crop up due to ext2's preallocation.
+ */
+#define LIMIT 65536
+#define SIZE 65536
char *buf;
int rwfd;
int status = 0, res;