diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2025-09-21 11:30:12 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2025-09-21 11:30:12 -0700 |
| commit | 6c194dc85bc9573ed03ecd0c1a91ef2044a77da2 (patch) | |
| tree | c8cbd8e242ca97fcdffb0bee08a24bcdaffce2b3 | |
| parent | maint: update bootstrap from Gnulib (diff) | |
| download | coreutils-6c194dc85bc9573ed03ecd0c1a91ef2044a77da2.tar.gz coreutils-6c194dc85bc9573ed03ecd0c1a91ef2044a77da2.zip | |
tests: fix OMP_NUM_THREADS misspelling
* tests/nproc/nproc-quota.sh: Fix misspelling.
| -rwxr-xr-x | tests/nproc/nproc-quota.sh | 2 |
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 |
