diff options
author | William Hubbs <williamh@gentoo.org> | 2023-04-26 22:33:53 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2023-04-26 22:33:53 -0500 |
commit | d9b338b171e801da359bf14a640ec9c97f962c05 (patch) | |
tree | 5276a89dcb951716635b681f1216b698a173712b | |
parent | net-libs/nodejs: clean up src_test for 20.0.0 (diff) | |
download | gentoo-d9b338b171e801da359bf14a640ec9c97f962c05.tar.gz gentoo-d9b338b171e801da359bf14a640ec9c97f962c05.tar.bz2 gentoo-d9b338b171e801da359bf14a640ec9c97f962c05.zip |
net-libs/nodejs: typo fix for 20.0.0
Signed-off-by: William Hubbs <williamh@gentoo.org>
-rw-r--r-- | net-libs/nodejs/nodejs-20.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nodejs/nodejs-20.0.0.ebuild b/net-libs/nodejs/nodejs-20.0.0.ebuild index 82214bdb90ec..48030328556a 100644 --- a/net-libs/nodejs/nodejs-20.0.0.ebuild +++ b/net-libs/nodejs/nodejs-20.0.0.ebuild @@ -235,7 +235,7 @@ src_test() { test/parallel/test-fs-mkdir.js test/parallel/test-fs-utimes-y2K38 test/parallel/test-release-npm.js - test/parallel/test-socket-write-after-fin-errorr.js + test/parallel/test-socket-write-after-fin-error.js test/parallel/test-strace-openat-openssl.js test/sequential/test-util-debug.js ) |