summaryrefslogtreecommitdiff
path: root/test/fops/t.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/fops/t.c')
-rw-r--r--test/fops/t.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/fops/t.c b/test/fops/t.c
index 4ae1b99aec2..08989e25f90 100644
--- a/test/fops/t.c
+++ b/test/fops/t.c
@@ -119,8 +119,7 @@ main(int argc, char *argv[])
if (argc != 0)
return (usage());
- if ((ret = testutil_work_dir_from_path(home, 512, working_dir)) != 0)
- testutil_die(ret, "provided directory name is too long");
+ testutil_work_dir_from_path(home, 512, working_dir);
/* Clean up on signal. */
(void)signal(SIGINT, onint);