summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/test-fs-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-fs-util.c b/src/test/test-fs-util.c
index 0125b389c..6620592e4 100644
--- a/src/test/test-fs-util.c
+++ b/src/test/test-fs-util.c
@@ -319,8 +319,8 @@ static void test_dot_or_dot_dot(void) {
int main(int argc, char *argv[]) {
test_unlink_noerrno();
- test_readlink_and_make_absolute();
test_get_files_in_directory();
+ test_readlink_and_make_absolute();
#if 0 /// UNNEEDED by elogind
test_var_tmp();
#endif // 0