From 6dc5dab07b16e60210e71193f2d5b3f41c60ca33 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 21 Sep 2007 17:12:13 +0000 Subject: [PATCH] Rename test scripts not to include the 4-digit number. Author: Jim Meyering --- test/Makefile.in | 7 +------ test/{t0000-basic.sh => t-000-basic.sh} | 0 test/{t3000-lvcreate-pvtags.sh => t-lvcreate-pvtags.sh} | 0 test/{t1000-lvcreate-usage.sh => t-lvcreate-usage.sh} | 0 .../{t4000-pv-range-overflow.sh => t-pv-range-overflow.sh} | 0 5 files changed, 1 insertion(+), 6 deletions(-) rename test/{t0000-basic.sh => t-000-basic.sh} (100%) rename test/{t3000-lvcreate-pvtags.sh => t-lvcreate-pvtags.sh} (100%) rename test/{t1000-lvcreate-usage.sh => t-lvcreate-usage.sh} (100%) rename test/{t4000-pv-range-overflow.sh => t-pv-range-overflow.sh} (100%) diff --git a/test/Makefile.in b/test/Makefile.in index 9bd439b76..dbccfbb0e 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -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)/$@ diff --git a/test/t0000-basic.sh b/test/t-000-basic.sh similarity index 100% rename from test/t0000-basic.sh rename to test/t-000-basic.sh diff --git a/test/t3000-lvcreate-pvtags.sh b/test/t-lvcreate-pvtags.sh similarity index 100% rename from test/t3000-lvcreate-pvtags.sh rename to test/t-lvcreate-pvtags.sh diff --git a/test/t1000-lvcreate-usage.sh b/test/t-lvcreate-usage.sh similarity index 100% rename from test/t1000-lvcreate-usage.sh rename to test/t-lvcreate-usage.sh diff --git a/test/t4000-pv-range-overflow.sh b/test/t-pv-range-overflow.sh similarity index 100% rename from test/t4000-pv-range-overflow.sh rename to test/t-pv-range-overflow.sh