From f70a6f551025eddc14d1e69935b85c95e5dcac64 Mon Sep 17 00:00:00 2001
From: green <green>
Date: Sun, 14 Dec 2003 22:05:30 +0000
Subject: [PATCH] Whoops, just added test for #2319 was a bit flawed and failed
 for no good reason

---
 lustre/tests/sanity.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh
index ed059e0920..5026f661fc 100644
--- a/lustre/tests/sanity.sh
+++ b/lustre/tests/sanity.sh
@@ -1617,8 +1617,9 @@ test_63() {
 	done
 
 	for i in /proc/fs/lustre/osc/*/max_dirty_mb ; do
-		echo $[ 60 * 1025 *1024 ] > $i
+		echo $[ 64 ] > $i
 	done
+	true
 }
 run_test 63 "Verify osic_wait interruption does not crash"
 
-- 
GitLab