diff options
| author | Jim Meyering <meyering@redhat.com> | 2010-11-27 15:58:51 +0100 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2010-11-27 16:32:10 +0100 |
| commit | 43d1112d01c0251076b5ec61605e45b101ab3e12 (patch) | |
| tree | 781735d67a1d428fc64b7d507e81bbdafcacb790 /tests | |
| parent | tests: test for parallel sort spinlock abuse (diff) | |
| download | coreutils-43d1112d01c0251076b5ec61605e45b101ab3e12.tar.gz coreutils-43d1112d01c0251076b5ec61605e45b101ab3e12.zip | |
tests: don't let the OMP_NUM_THREADS envvar affect sort tests
* tests/envvar-check (vars): Add OMP_NUM_THREADS.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/envvar-check | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/envvar-check b/tests/envvar-check index 1dee9afb1..ac53ee41d 100644 --- a/tests/envvar-check +++ b/tests/envvar-check @@ -34,6 +34,7 @@ vars=' LANGUAGE LS_BLOCK_SIZE LS_COLORS + OMP_NUM_THREADS POSIXLY_CORRECT QUOTING_STYLE SIMPLE_BACKUP_SUFFIX |
