Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
test_62() { ! is_project_quota_supported && skip "Project quota is not supported" [[ "$(chattr -h 2>&1)" =~ "project" ]] || skip "chattr did not support project quota"
test is always skipped because of :
# /usr/bin/chattr -h Usage: /usr/bin/chattr [-pRVf] [-+=aAcCdDeijPsStTuF] [-v version] files...
https://testing.whamcloud.com/sub_tests/e3210efb-1cd8-4426-8e0d-4a226633238d
introduced by:
2d3bbce0c9 LU-11101 quota: fix setattr project check