From: Jim Meyering Date: Fri, 29 Apr 2011 08:31:09 +0000 (+0200) Subject: tests: distribute new file, CuSkip.pm X-Git-Tag: v8.13~194 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d78ccd5949a4fb0cfc05f44a4818268d5433e627;p=platform%2Fupstream%2Fcoreutils.git tests: distribute new file, CuSkip.pm Without this, most perl-based tests would fail in "make distcheck". * tests/Makefile.am (EXTRA_DIST): Add CuSkip.pm --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 1a80f84..52417bc 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -7,6 +7,7 @@ ASSORT = LC_ALL=C sort EXTRA_DIST = \ Coreutils.pm \ + CuSkip.pm \ CuTmpdir.pm \ check.mk \ envvar-check \