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