summaryrefslogtreecommitdiff
path: root/tests/tprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tprintf.c')
-rw-r--r--tests/tprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tprintf.c b/tests/tprintf.c
index b5f71a23d..96b6dc816 100644
--- a/tests/tprintf.c
+++ b/tests/tprintf.c
@@ -475,7 +475,7 @@ main (int argc, char *argv[])
if (freopen ("/dev/null", "w", stdout) == NULL)
{
/* We failed to open this device, try with a dummy file */
- if (freopen ("mpfrtest.txt", "w", stdout) == NULL)
+ if (freopen ("tprintf_out.txt", "w", stdout) == NULL)
{
/* Output the error message to stderr since it is not
a message about a wrong result in MPFR. Anyway the