diff options
Diffstat (limited to 't/link_f_only.sh')
-rwxr-xr-x | t/link_f_only.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/link_f_only.sh b/t/link_f_only.sh index 5d2702508..a17690201 100755 --- a/t/link_f_only.sh +++ b/t/link_f_only.sh @@ -17,7 +17,7 @@ # Test to make sure the Fortran 77 linker is used when appropriate. # Matthew D. Langston <langston@SLAC.Stanford.EDU> -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_PROG_F77 |