]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: fix OMP_NUM_THREADS misspelling
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 Sep 2025 18:30:12 +0000 (11:30 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 21 Sep 2025 18:30:12 +0000 (11:30 -0700)
* tests/nproc/nproc-quota.sh: Fix misspelling.

tests/nproc/nproc-quota.sh

index 1c1bc1f51584c2b2f663150123535ff1519274db..7d8e3c60a4f04ccb7f0f808580106fe415d6b64e 100755 (executable)
@@ -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