* t/distdir.sh: Here. Signed-off-by: Stefano Lattarini <[email protected]> --- t/distdir.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/t/distdir.sh b/t/distdir.sh index 9d0d6ee..8edf6f0 100755 --- a/t/distdir.sh +++ b/t/distdir.sh @@ -14,11 +14,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -# Test to make sure subdirs in EXTRA_DIST work. Also tests to make -# sure *srcdir is properly handled. Note that using './', as in -# EXTRA_DIST = ./joe -# does not work portably: it fails with HP-UX and Tru64 make. -# Also test the situation when the lsit of distributed files contains +# Test to make sure subdirs in EXTRA_DIST work. +# Also tests to make sure *srcdir is properly handled. +# Also test the situation when the list of distributed files contains # a directory and a file in it, and repeated directories. . ./defs || exit 1 -- 1.7.12.rc0
