summaryrefslogtreecommitdiff
path: root/tests/tfpif.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2012-03-20 13:28:49 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2012-03-20 13:28:49 +0000
commit96236443835a186a59e6cf2b41e1f97f2f62ebef (patch)
treeb1af318980d02fa602abb5438c40631c3fa94fad /tests/tfpif.c
parentbed60469e8bffb75a2801aba75f4795cd6e8e3d6 (diff)
downloadmpfr-96236443835a186a59e6cf2b41e1f97f2f62ebef.tar.gz
renamed tests/inp_str.data into tests/inp_str.dat
[tests/tinp_str.c] now use tests/inp_str.dat [tests/tfpif.c] use src_fopen instead of fopen git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8120 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tfpif.c')
-rw-r--r--tests/tfpif.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tfpif.c b/tests/tfpif.c
index 60118f87d..9daac41c5 100644
--- a/tests/tfpif.c
+++ b/tests/tfpif.c
@@ -108,10 +108,10 @@ main (int argc, char *argv[])
/* we do the same for the fixed file FILE_NAME_R, this ensures
we get same results with different word size or endianness */
- fh = fopen (data, "r");
+ fh = src_fopen (data, "r");
if (fh == NULL)
{
- printf ("Failed to open for reading %s, exiting...\n", data);
+ printf ("Failed to open for reading %s in srcdir, exiting...\n", data);
exit (1);
}