[PATCH 2/3] tests: rename a test script, before extending it to handle nilfs
Jim Meyering
meyering at redhat.com
Fri Mar 4 07:23:01 UTC 2011
* tests/t1700-probe-fs.sh: Rename from ...
* tests/t1700-ext-probe.sh: ...this.
* tests/Makefile.am (TESTS): Rename it here, too.
---
tests/Makefile.am | 2 +-
tests/{t1700-ext-probe.sh => t1700-probe-fs.sh} | 0
2 files changed, 1 insertions(+), 1 deletions(-)
rename tests/{t1700-ext-probe.sh => t1700-probe-fs.sh} (100%)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ffea90c..feafbed 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -20,7 +20,7 @@ TESTS = \
t0500-dup-clobber.sh \
t1100-busy-label.sh \
t1101-busy-partition.sh \
- t1700-ext-probe.sh \
+ t1700-probe-fs.sh \
t2100-mkswap.sh \
t2200-dos-label-recog.sh \
t2300-dos-label-extended-bootcode.sh \
diff --git a/tests/t1700-ext-probe.sh b/tests/t1700-probe-fs.sh
similarity index 100%
rename from tests/t1700-ext-probe.sh
rename to tests/t1700-probe-fs.sh
--
1.7.4.1.299.ga459d
More information about the parted-devel
mailing list