I accidentally tested the installed version of QuadraticSieve
(which may not exist) instead of the one we just built. Thanks
to François Bissey who figured out what I did wrong.
Closes: https://bugs.gentoo.org/718006
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
# The sed command deletes all lines up to the pattern match.
#
ACTUAL=$(echo 1000000000000000005490000000000000001989 | \
- QuadraticSieve | \
+ "${S}"/src/QuadraticSieve | \
sed '0,/FACTORS:/d' | \
sort --numeric | \
uniq |