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

Added the read write test to all drives

parent 15c16879
Branches
Tags
No related merge requests found
......@@ -177,9 +177,8 @@ int main ()
}
/**
* Rewind/Read/Write/Skip Test (needs a tape mounted on /dev/nst0)
* Rewind/Read/Write/Skip Test
*/
if (0 == dev.nst_dev.compare("/dev/nst0")) {
try {
const size_t count = 10;
......@@ -373,7 +372,6 @@ int main ()
<< e.what() << std::endl
<< "----------------------------------------------" << std::endl;
}
}
}
}
return fail;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment