Skip to content

Commit a8096ca

Browse files
committed
Change FILE_PATH of a test file from /tmp/ to a local one
Change FILE_PATH from /tmp/file_provider to ./tmp_file_provider, because it is safer (/tmp/ can be unavailable). Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
1 parent b8088be commit a8096ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pools/pool_coarse_file.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
using umf_test::test;
1515
using namespace umf_test;
1616

17-
#define FILE_PATH ((char *)"/tmp/file_provider")
17+
#define FILE_PATH ((char *)"tmp_file_provider")
1818

1919
#endif /* UMF_TEST_POOL_COARSE_FILE_HPP */

0 commit comments

Comments
 (0)