From a6638e2e98b56e9d923a2a054ba9b5b14345b536 Mon Sep 17 00:00:00 2001 From: Long Wang Date: Wed, 5 Jul 2017 15:39:02 +0800 Subject: [PATCH] tests: remove temp lxcpath for attach testcase Signed-off-by: Long Wang --- src/tests/attach.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/attach.c b/src/tests/attach.c index af03862da..e59d8174d 100644 --- a/src/tests/attach.c +++ b/src/tests/attach.c @@ -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; }