Commit a6638e2e by Long Wang

tests: remove temp lxcpath for attach testcase

Signed-off-by: 's avatarLong Wang <w@laoqinren.net>
parent df24d436
...@@ -403,6 +403,7 @@ int main(int argc, char *argv[]) ...@@ -403,6 +403,7 @@ int main(int argc, char *argv[])
if (ret < 0) if (ret < 0)
return EXIT_FAILURE; return EXIT_FAILURE;
(void)rmdir(LXCPATH "/alternate-path-test");
TSTOUT("All tests passed\n"); TSTOUT("All tests passed\n");
return EXIT_SUCCESS; return EXIT_SUCCESS;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment