coreutils/tests/factor
Bernhard Voelker cd4139df89 tests: fix factor's tests to use coreutil's own sha1sum
The test used the shasum utility which seems to belong to the
perl package. On SLES-10.4, perl doesn't include this yet:

  + seq 0 10000000
  + factor
  + shasum -c --status exp
  ./tests/factor/t00.sh: line 30: shasum: command not found
  + Exit 1

It is better to use our own stuff anyway.

* tests/factor/run.sh: s/shasum/sha1sum/. Additionally, add
sha1sum to the print_ver_ call.
2012-11-09 14:50:23 +00:00
..
create-test.sh tests: shorten factor's inordinately-long test file names 2012-10-27 17:39:17 +02:00
run.sh tests: fix factor's tests to use coreutil's own sha1sum 2012-11-09 14:50:23 +00:00