diff options
author | Jim Meyering <meyering@redhat.com> | 2011-04-29 10:31:09 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-04-29 11:03:33 +0200 |
commit | d78ccd5949a4fb0cfc05f44a4818268d5433e627 (patch) | |
tree | 102b42aba317680d042a7305c9b490f5eb302373 /tests | |
parent | 3ed91fc8b9ed5d42072f25398ae0ae0f079bf17a (diff) | |
download | coreutils-d78ccd5949a4fb0cfc05f44a4818268d5433e627.tar.xz |
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
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 1a80f84bf..52417bc4e 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 \ |