summaryrefslogtreecommitdiffstats
path: root/tests/getopts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/getopts.sh')
-rw-r--r--tests/getopts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/getopts.sh b/tests/getopts.sh
index cbb3ce4..a16511f 100644
--- a/tests/getopts.sh
+++ b/tests/getopts.sh
@@ -5,7 +5,7 @@
## Argument parsing
-JOBS=$(nproc)
+JOBS=$(_nproc)
MAKE=
PATTERNS=()
SUDO=()