From 4da8db3288a609317fec96faf27ff35167abf5a5 Mon Sep 17 00:00:00 2001 From: tianzy Date: Fri, 21 Dec 2007 05:50:21 +0000 Subject: [PATCH] it is an obvious typo b=14210 --- lustre/tests/sanity-quota.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 694800b..973c53d 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -760,7 +760,7 @@ test_10() { $SHOW_QUOTA_GROUP echo " write the big file of 2 G..." - $RUNAS dd if=/dev/zero of=$TESTFILE bs=$blksize count=$((2 * GB / blkzise)) || \ + $RUNAS dd if=/dev/zero of=$TESTFILE bs=$blksize count=$((2 * GB / blksize)) || \ error "(usr) write 2 G file failure, but expect success" echo " delete the big file of 2 G..." -- 1.8.3.1