From: Stefano Lattarini Date: Wed, 9 Jan 2013 12:27:09 +0000 (+0100) Subject: tests: 't/ccnoco4.sh' is supposed to fail X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0656d1c508c976be56ff053c8295d922bab69ef;p=thirdparty%2Fautomake.git tests: 't/ccnoco4.sh' is supposed to fail * Makefile.am (XFAIL_TESTS): Add 't/ccnoco4.sh': this test is *supposed* to fail, since it's exposing an unfixed bug. Signed-off-by: Stefano Lattarini --- diff --git a/Makefile.am b/Makefile.am index f60033e92..f1ac40aef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -347,6 +347,7 @@ perl_fake_XFAIL_TESTS = \ XFAIL_TESTS = \ t/all.sh \ + t/ccnoco4.sh \ t/override-suggest-local.sh \ t/comments-in-var-def.sh \ t/cond17.sh \