test-fs-util: call test functions in order of declaration

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-07-18 13:11:44 +02:00
parent 5cfa33e0bc
commit f20319402a
1 changed files with 4 additions and 4 deletions

View File

@ -795,11 +795,11 @@ int main(int argc, char *argv[]) {
arg_test_dir = argv[1];
test_unlink_noerrno();
test_get_files_in_directory();
test_readlink_and_make_absolute();
test_var_tmp();
test_chase_symlinks();
test_unlink_noerrno();
test_readlink_and_make_absolute();
test_get_files_in_directory();
test_var_tmp();
test_dot_or_dot_dot();
test_access_fd();
test_touch_file();