Closed Bug 690693 Opened 13 years ago Closed 13 years ago

Test case of bug 650509 doesn't work

Categories

(Core :: General, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 672324

People

(Reporter: m_kato, Unassigned)

References

Details

do_check_true(perms == PR_IRUSR | PR_IWUSR | PR_IRGRP | PR_IWGRP | PR_IROTH | PR_IWOTH) means do_check_true((prems == PR_IRUSR) | PR_IWUSR | PR_IRGRP | PR_IWGRP | PR_IROTH | PR_IWOTH).  So it is always true.
ah, there is a same bug.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.