From: Tim Shimmin Date: Wed, 21 Nov 2001 01:13:09 +0000 (+0000) Subject: Remove a quota check which was put in the wrong spot. X-Git-Tag: v1.1.0~1187 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=42f8f4d986e9b11f9b6a0cdadaaecd24107a75f0;p=users%2Fhch%2Fxfstests-dev.git Remove a quota check which was put in the wrong spot. Stuffed up when reconciling from IRIX code. --- diff --git a/common.dump b/common.dump index 3962c30d9..cca9dba93 100644 --- a/common.dump +++ b/common.dump @@ -1061,7 +1061,7 @@ _ls_nodate_compare_sub() _diff_compare_sub() { echo "Comparing dump directory with restore directory" - diff -rs $dump_dir $restore_dir/$dump_sdir | _dir_filter | _check_quota_diff + diff -rs $dump_dir $restore_dir/$dump_sdir | _dir_filter } _get_eas_on_path()