summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/flintqs/flintqs-1.0.ebuild')
-rw-r--r--sci-mathematics/flintqs/flintqs-1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/flintqs/flintqs-1.0.ebuild b/sci-mathematics/flintqs/flintqs-1.0.ebuild
index 676e751c8bd8..cf8353473ffa 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 |