ext4/018: fix mismatch wildcard with debugfs
authorYufen Yu <yuyufen@huawei.com>
Thu, 11 Oct 2018 13:14:10 +0000 (21:14 +0800)
committerEryu Guan <guaneryu@gmail.com>
Sun, 14 Oct 2018 13:39:28 +0000 (21:39 +0800)
commit1fe8a4d08f86fb1c3429e53a402a197aed8e62b7
tree29b003a42fcd331a5ee5d04845abf3ee18c5a638
parent28c8fb706fee67f2e81b9d0d6f4b229069392f39
ext4/018: fix mismatch wildcard with debugfs

For the new version of debugfs(v1.44.0+), it changes "File ACL:" format
from "%sFile ACL: %llu    Directory ACL: %d\n" to "%sFile ACL: %llu\n".

Thus, update this case accordingly.

Signed-off-by: Yufen Yu <yuyufen@huawei.com>
Reviewed-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/ext4/018