Idris2/tests/base/system_info001/run

13 lines
211 B
Plaintext
Raw Normal View History

2023-08-29 13:47:42 +03:00
. ../../testutils.sh
rm -f expected
if ! NProcs=$(nproc || sysctl -n hw.ncpu) 2>/dev/null; then
echo "Command 'nproc' not found." >&2
exit 1
fi
echo "$NProcs processors" > expected
2023-08-29 13:47:42 +03:00
run NumProcessors.idr