We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80dd8ae commit a7d0eafCopy full SHA for a7d0eaf
TODO.md
@@ -18,7 +18,11 @@
18
19
## Other items
20
21
-The `find` test `find_mtime_test` is hardcoded to use a specific
+**find**: The `find` test `find_mtime_test` is hardcoded to use a specific
22
date offset. This was increased to 7000 days to temporarily avoid
23
test failure. The test should be improved.
24
25
+**make**: posixutils' standard is to _not_ use the src/ directory that
26
+is standard for Rust binaries. Update `make` to remove the src/
27
+directory by moving files within the repo.
28
+
0 commit comments