chsck_vio: fix readdir test by removing it.
authorOlivier Goffart <ogoffart@woboq.com>
Sun, 24 Sep 2017 18:06:08 +0000 (20:06 +0200)
committerOlivier Goffart <ogoffart@woboq.com>
Sun, 24 Sep 2017 22:17:47 +0000 (00:17 +0200)
commitd113498c7b3ab7dfd02e265e51169c244afeb80e
treea321a1f868cf0fcf1de0ec74785b442007624c11
parentd8206ccbc791a8bae7e0a2ac626b957f3e49f182
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