Commit 17670ef25c8e6b4c0e95d5f272e546e20aa984fe

Patrick Steinhardt 2020-02-04T10:58:51

tests: diff: add test to verify behaviour with empty dir ordering It was reported that, given a file "abc.txt", a diff will be shown if an empty directory "abb/" is created, but not if "abd/" is created. Add a test to verify that we do the right thing here and do not depend on any ordering.