From 700051a7af2eca94ceddda16ab0e77d91894a478 Mon Sep 17 00:00:00 2001 From: Niu Yawei Date: Thu, 28 Mar 2013 02:59:37 -0400 Subject: [PATCH] LU-3047 tests: typo in s-q In s-q, '$LFS rmdir' should be replaced with 'rmdir'. Signed-off-by: Niu Yawei Change-Id: Ic828e3b2ab7204bfbf0815062a57cc42dc0e2c0b Reviewed-on: http://review.whamcloud.com/5865 Tested-by: Hudson Reviewed-by: Johann Lombardi Reviewed-by: wangdi Tested-by: Maloo --- lustre/tests/sanity-quota.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index af980c8..41324c7 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -1242,7 +1242,7 @@ test_7e() { quota_error -u $TSTUSR "create failed, expect success" $RUNAS unlinkmany $TESTFILE $((ilimit + 1)) || "unlink failed" - $LFS rmdir $DIR/${tdir}-1 || "unlink remote dir failed" + rmdir $DIR/${tdir}-1 || "unlink remote dir failed" cleanup_quota_test resetquota -u $TSTUSR @@ -1478,7 +1478,7 @@ test_12b() { $RUNAS unlinkmany $TESTFILE1 $((ilimit / 2)) || error "unlink mdt1 files failed" - $LFS rmdir $DIR/${tdir}-1 || error "unlink remote dir failed" + rmdir $DIR/${tdir}-1 || error "unlink remote dir failed" cleanup_quota_test resetquota -u $TSTUSR -- 1.8.3.1