commit: 19ae7cd2976370ceb11cad79dd39520b51499523 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sat Apr 18 11:38:03 2020 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sat Apr 18 11:38:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ae7cd2
sci-mathematics/flintqs: fix the test suite. 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 <AT> gentoo.org> sci-mathematics/flintqs/flintqs-1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/flintqs/flintqs-1.0.ebuild b/sci-mathematics/flintqs/flintqs-1.0.ebuild index 676e751c8bd..cf8353473ff 100644 --- a/sci-mathematics/flintqs/flintqs-1.0.ebuild +++ b/sci-mathematics/flintqs/flintqs-1.0.ebuild @@ -28,7 +28,7 @@ src_test() { # 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 |
