Skip to content
Snippets Groups Projects
Commit 8f5ade27 authored by Eric Cano's avatar Eric Cano
Browse files

Fixed URL generation in unit test.

parent 50f9c371
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ namespace unitTests{
TEST(castor_tape_tapeserver_daemon, DiskReadTaskTest){
char path[]="/tmp/testDRT-XXXXXX";
mkstemp(path);
std::string url("file:/");
std::string url("file://");
url += path;
std::ofstream out(path,std::ios::out | std::ios::binary);
castor::server::AtomicFlag flag;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment