aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2025-09-21 11:30:12 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2025-09-21 11:30:12 -0700
commit6c194dc85bc9573ed03ecd0c1a91ef2044a77da2 (patch)
treec8cbd8e242ca97fcdffb0bee08a24bcdaffce2b3
parentmaint: update bootstrap from Gnulib (diff)
downloadcoreutils-6c194dc85bc9573ed03ecd0c1a91ef2044a77da2.tar.gz
coreutils-6c194dc85bc9573ed03ecd0c1a91ef2044a77da2.zip
tests: fix OMP_NUM_THREADS misspelling
* tests/nproc/nproc-quota.sh: Fix misspelling.
-rwxr-xr-xtests/nproc/nproc-quota.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nproc/nproc-quota.sh b/tests/nproc/nproc-quota.sh
index 1c1bc1f51..7d8e3c60a 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