diff --git a/s48/srfi-10/pkg-def.scm b/s48/srfi-10/pkg-def.scm index 6256264..503076c 100644 --- a/s48/srfi-10/pkg-def.scm +++ b/s48/srfi-10/pkg-def.scm @@ -6,5 +6,5 @@ (install-file "NEWS" 'doc) (install-string (COPYING) "COPYING" 'doc) (install-file "srfi-10.scm" 'scheme) - (install-file "test/test.scm" 'scheme) + (install-file "test/math.scm" 'scheme) (install-file "test/pi.scm" 'scheme))