From 80fa51714c0a2aad0a4cb14c53610c496c4ee71a Mon Sep 17 00:00:00 2001 From: buffalo-pull Date: Wed, 2 Jun 2004 17:41:23 +0000 Subject: [PATCH] Make the error message a little more clear as to the conditions of the test being a FAIL. --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 143f981..a16ce2a 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -1380,7 +1380,7 @@ trunc_test() { test_42c() { trunc_test 42c 1024 [ $BEFOREWRITES -eq $AFTERWRITES ] && \ - error "$BEFOREWRITES < $AFTERWRITES on truncate" + error "beforewrites $BEFOREWRITES == afterwrites $AFTERWRITES on truncate" rm $file } run_test 42c "test partial truncate of file with cached dirty data" -- 1.8.3.1