From 6c194dc85bc9573ed03ecd0c1a91ef2044a77da2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 21 Sep 2025 11:30:12 -0700 Subject: [PATCH] tests: fix OMP_NUM_THREADS misspelling * tests/nproc/nproc-quota.sh: Fix misspelling. --- tests/nproc/nproc-quota.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3