From: Paul Eggert Date: Sun, 21 Sep 2025 18:30:12 +0000 (-0700) Subject: tests: fix OMP_NUM_THREADS misspelling X-Git-Tag: v9.8~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6c194dc85bc9573ed03ecd0c1a91ef2044a77da2;p=thirdparty%2Fcoreutils.git tests: fix OMP_NUM_THREADS misspelling * tests/nproc/nproc-quota.sh: Fix misspelling. --- diff --git a/tests/nproc/nproc-quota.sh b/tests/nproc/nproc-quota.sh index 1c1bc1f515..7d8e3c60a4 100755 --- a/tests/nproc/nproc-quota.sh +++ b/tests/nproc/nproc-quota.sh @@ -93,7 +93,7 @@ NPROC() { LD_PRELOAD=$LD_PRELOAD:./k.so chroot $ROOT /nproc "$@"; } NPROC --version || skip_ 'Failed to execute nproc in chroot' -unset OMP_NUM_THEADS +unset OMP_NUM_THREADS unset OMP_THREAD_LIMIT ncpus=$(nproc) || fail=1