From 9c1de6e93f419b97ed6f384ee924708eb2b80f7b Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Tue, 25 Jul 2023 16:48:04 +0200 Subject: [PATCH] test: enable disabled fs_link (#4104) This test was added in commit 060026ced from 2011 but its author forgot to actually enable it. --- test/test-list.h | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test-list.h b/test/test-list.h index 582ced60..dfff2bbb 100644 --- a/test/test-list.h +++ b/test/test-list.h @@ -1057,6 +1057,7 @@ TASK_LIST_START TEST_ENTRY (fs_unlink_archive_readonly) #endif TEST_ENTRY (fs_chown) + TEST_ENTRY (fs_link) TEST_ENTRY (fs_utime) TEST_ENTRY (fs_utime_round) TEST_ENTRY (fs_futime)