From: Long Wang Date: Wed, 5 Jul 2017 07:39:02 +0000 (+0800) Subject: tests: remove temp lxcpath for attach testcase X-Git-Tag: lxc-1.0.11~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c41be9bde7d51ec9a54ff5d6463996e2aa1dc5d;p=thirdparty%2Flxc.git tests: remove temp lxcpath for attach testcase Signed-off-by: Long Wang --- diff --git a/src/tests/attach.c b/src/tests/attach.c index ee827c1ba..1c60d2a81 100644 --- a/src/tests/attach.c +++ b/src/tests/attach.c @@ -392,6 +392,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; }