chsck_vio: fix readdir test by removing it.
authorOlivier Goffart <ogoffart@woboq.com>
Sun, 24 Sep 2017 18:06:08 +0000 (20:06 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 5 Oct 2017 20:01:36 +0000 (22:01 +0200)
commit0936cfee5d2adf9031c73f93a1147bc419b52391
tree56a7791d73c5ec9bb5bc850dc1ce97e53fc65627
parent38962ca694f21563cb8a719d18b8c98dee2379f6
chsck_vio: fix readdir test by removing it.

The code that was creating the files in the directory was removed in
commit 6906b8d30c846bf0e03f1252b71e169e50786efa. The directory is empty
so the result is expected to be null. It was passing before because the
code was returning an entry for . and ..,  but since commit
35f80bd4390bb3ab92ccd8fa740d96c18ce16e93 this is no longer the case
test/csync/vio_tests/check_vio.cpp