summaryrefslogtreecommitdiff
path: root/tests/tfprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tfprintf.c')
-rw-r--r--tests/tfprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tfprintf.c b/tests/tfprintf.c
index 4ec516f0c..bde1dd044 100644
--- a/tests/tfprintf.c
+++ b/tests/tfprintf.c
@@ -396,7 +396,7 @@ main (int argc, char *argv[])
/* If we failed to open this device, try with a dummy file */
if (fout == NULL)
{
- fout = fopen ("mpfrtest.txt", "w");
+ fout = fopen ("tfprintf_out.txt", "w");
if (fout == NULL)
{