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:
parent
7f8f8bfa09
commit
6dc5dab07b
@ -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)/$@
|
||||
|
Loading…
Reference in New Issue
Block a user