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-2.1.0~66^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1677%2Fhead;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 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; }