From 02b5767bf1e684d87781e6bdd1be2ce1ff51961b Mon Sep 17 00:00:00 2001 From: Beman Date: Mon, 28 Jul 2014 08:30:24 -0400 Subject: [PATCH] Shorten name of operations_test temp directory to shorten console commands when debugging. --- test/operations_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/operations_test.cpp b/test/operations_test.cpp index 23aa1f2..311807a 100644 --- a/test/operations_test.cpp +++ b/test/operations_test.cpp @@ -115,7 +115,7 @@ namespace unsigned short language_id; // 0 except for Windows - const fs::path temp_dir(fs::unique_path("operations-test-%%%%-%%%%-%%%%-%%%%")); + const fs::path temp_dir(fs::unique_path("op-test-%%%%-%%%%")); void create_file(const fs::path & ph, const std::string & contents = std::string()) {