tests: remove temp lxcpath for attach testcase

Signed-off-by: Long Wang <w@laoqinren.net>
This commit is contained in:
Long Wang 2017-07-05 15:39:02 +08:00
parent df24d43699
commit a6638e2e98

View File

@ -403,6 +403,7 @@ int main(int argc, char *argv[])
if (ret < 0)
return EXIT_FAILURE;
(void)rmdir(LXCPATH "/alternate-path-test");
TSTOUT("All tests passed\n");
return EXIT_SUCCESS;
}