Skip to content

tests: Don't fail when not using du from GNU coreutils

Ting-Wei Lan requested to merge lantw/glib:wip/lantw/freebsd-du-problems into master

Moved from !57 (merged) and related to !38 (closed).

The test 'file' uses non-standard '--bytes' option when running du, which may cause error on non-GNU systems. To keep the test working, we skips the du check as if we don't find a du command when du fails.

Merge request reports