commit:     1c2468786a305db5e0462e0baa15c7ec46046dcd
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon May 20 17:04:28 2019 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon May 20 17:04:28 2019 +0000
URL:        https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=1c246878

test/source: utime is obsolete, utimes is POSIX.1.2001

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 tests/source/dotest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/source/dotest b/tests/source/dotest
index f39addf..426a6cf 100755
--- a/tests/source/dotest
+++ b/tests/source/dotest
@@ -79,7 +79,7 @@ testit src.typos
 # don't allow obsolete functions
 #
 find ${ats} "${src_files[@]}" -print0 | xargs -0 \
-       grep -n -E -e 
'\<(bcmp|bcopy|bzero|getwd|index|mktemp|rindex|utimes)\>[[:space:]]*\(' \
+       grep -n -E -e 
'\<(bcmp|bcopy|bzero|getwd|index|mktemp|rindex|utime)\>[[:space:]]*\(' \
        | sed -e "s:^\.\./\.\./::g" > src.obsolete.funcs
 testit src.obsolete.funcs
 

Reply via email to