commit: e888b6390ceebeab87dd047e7633af581fa9c860
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Tue Feb 7 23:56:29 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 8 00:02:37 2023 +0000
URL:
https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=e888b639
test-functions: Don't imply that coreutils is required
The runtime requirements are made clear by the opening comment, but there was
still a reference to coreutils made in another comment. Remove the latter.
Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>
test-functions | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/test-functions b/test-functions
index d3cd154..8602a05 100755
--- a/test-functions
+++ b/test-functions
@@ -74,10 +74,9 @@ test_is_older_than() {
1 older/file older-empty \
1 older/file older/file
- # The mtimes need to be explicitly assigned. Empirical evidence has
shown
- # that executing mkdir(1) sequentially, with a single operand each time,
- # does not guarantee the order of the resulting mtimes. As such, the
- # implementation of touch(1) from coreutils is required.
+ # The mtimes need to be explicitly assigned. Empirical evidence has
+ # shown that executing mkdir(1) sequentially, with a single operand
+ # each time, does not guarantee the order of the resulting mtimes.
tstamp=197001010000
for age in older newer; do
mkdir "${age}" "${age}-empty" \