summaryrefslogtreecommitdiffstats
path: root/perform/perf.c
diff options
context:
space:
mode:
Diffstat (limited to 'perform/perf.c')
-rw-r--r--perform/perf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perform/perf.c b/perform/perf.c
index a4a0678..b029059 100644
--- a/perform/perf.c
+++ b/perform/perf.c
@@ -61,7 +61,7 @@ int opt_iter = 1;
int opt_stripe = -1;
int opt_correct = 0;
int amode = O_RDWR | O_CREAT;
-char opt_file[256] = "/foo/test.out\0";
+char opt_file[256] = "/tmp/test.out\0";
char opt_pvfstab[256] = "notset\0";
int opt_pvfstab_set = 0;