mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Remove a quota check which was put in the wrong spot.
Stuffed up when reconciling from IRIX code.
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user