summaryrefslogtreecommitdiffstats
path: root/tests/getopts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/getopts.sh')
-rw-r--r--tests/getopts.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/getopts.sh b/tests/getopts.sh
index 255f2fa..cbb3ce4 100644
--- a/tests/getopts.sh
+++ b/tests/getopts.sh
@@ -5,11 +5,7 @@
## Argument parsing
-if command -v nproc &>/dev/null; then
- JOBS=$(nproc)
-else
- JOBS=1
-fi
+JOBS=$(nproc)
MAKE=
PATTERNS=()
SUDO=()