1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Rename test scripts not to include the 4-digit number.

Author: Jim Meyering <jim@meyering.net>
This commit is contained in:
Jim Meyering 2007-09-21 17:12:13 +00:00
parent 7f8f8bfa09
commit 6dc5dab07b
5 changed files with 1 additions and 6 deletions

View File

@ -39,12 +39,7 @@ init.sh: Makefile.in .bin-dir-stamp
# Shell quote;
SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))
# T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
T = \
t0000-basic.sh \
t1000-lvcreate-usage.sh \
t3000-lvcreate-pvtags.sh \
t4000-pv-range-overflow.sh
T = $(wildcard t-*.sh)
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@