Skip to content

Commit

Permalink
Update cpp/src/arrow/filesystem/azurefs_test.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
  • Loading branch information
Tom-Newton and kou committed Aug 7, 2023
1 parent d1102fc commit b5a4c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/filesystem/azurefs_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class AzuriteEnv : public ::testing::Environment {
status_ = Status::Invalid(error);
return;
}
auto temp_dir_ = TemporaryDir::Make("azurefs-test-").ValueOrDie();
auto temp_dir_ = *TemporaryDir::Make("azurefs-test-");
server_process_ = bp::child(boost::this_process::environment(), exe_path, "--silent",
"--location", temp_dir_->path().ToString(), "--debug",
temp_dir_->path().ToString() + "/debug.log");
Expand Down

0 comments on commit b5a4c04

Please sign in to comment.