]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
tests: remove temp lxcpath for attach testcase
authorLong Wang <w@laoqinren.net>
Wed, 5 Jul 2017 07:39:02 +0000 (15:39 +0800)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 15 Aug 2017 22:56:18 +0000 (18:56 -0400)
Signed-off-by: Long Wang <w@laoqinren.net>
src/tests/attach.c

index ee827c1ba3828640f93c1344efb63f0766479594..1c60d2a81fb7fac24c5633c598abc7b039daa03b 100644 (file)
@@ -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;
 }