Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154877958
D56016.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
804 B
Referenced Files
None
Subscribers
None
D56016.diff
View Options
diff --git a/lib/libc/tests/gen/fts_symlink_test.c b/lib/libc/tests/gen/fts_symlink_test.c
--- a/lib/libc/tests/gen/fts_symlink_test.c
+++ b/lib/libc/tests/gen/fts_symlink_test.c
@@ -1,19 +1,21 @@
/*-
* Copyright (c) 2026 Iyan Nazarian
*
- * SPDX-License-Identifier
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
*/
+#include <sys/stat.h>
+
#include <atf-c.h>
+#include <errno.h>
#include <fts.h>
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
-#include <unistd.h>
-#include <sys/stat.h>
-#include <errno.h>
#include <string.h>
#include <stdio.h>
+#include <unistd.h>
#include "fts_test.h"
@@ -47,8 +49,7 @@
{ 0 }
}
});
-
-
+ I
}
ATF_TC(fts_symlink_logical);
@@ -78,12 +79,8 @@
{ 0 }
}
});
-
-
-
}
-
ATF_TP_ADD_TCS(tp)
{
fts_check_debug();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 30, 5:23 PM (3 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30540476
Default Alt Text
D56016.diff (804 B)
Attached To
Mode
D56016: lib/libc/tests: add fts symlink traversal tests
Attached
Detach File
Event Timeline
Log In to Comment