]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-fs-util: call test functions in order of declaration 13096/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 18 Jul 2019 11:11:44 +0000 (13:11 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 19 Jul 2019 14:51:14 +0000 (16:51 +0200)
src/test/test-fs-util.c

index 85d679826fc61f06eda1446706a9f63a610588a6..7cf4f4976bcd55f1b10591c2b82d170329c6170d 100644 (file)
@@ -795,11 +795,11 @@ int main(int argc, char *argv[]) {
 
         arg_test_dir = argv[1];
 
+        test_chase_symlinks();
         test_unlink_noerrno();
-        test_get_files_in_directory();
         test_readlink_and_make_absolute();
+        test_get_files_in_directory();
         test_var_tmp();
-        test_chase_symlinks();
         test_dot_or_dot_dot();
         test_access_fd();
         test_touch_file();