OSDN Git Service

tests: rename generated init.sh to old-init.sh
authorJim Meyering <meyering@redhat.com>
Wed, 28 Apr 2010 17:42:44 +0000 (19:42 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 28 Apr 2010 20:40:48 +0000 (22:40 +0200)
* tests/Makefile.am (old-init.sh): Rename from init.sh.
* libparted/tests/Makefile.am: Likewise.
* tests/test-lib.sh: Rename sole use.
* .gitignore: Rename here, too.

.gitignore
libparted/tests/Makefile.am
tests/Makefile.am
tests/test-lib.sh

index 609109c..080740d 100644 (file)
@@ -49,7 +49,7 @@ partprobe/partprobe
 po/.reference
 stamp-h1
 tags
-tests/init.sh
+tests/old-init.sh
 tests/print-align
 tests/t*.sh.log
 tests/test-suite.log
index b433c83..2a60023 100644 (file)
@@ -23,9 +23,9 @@ symlink_SOURCES = common.h common.c symlink.c
 
 MAINTAINERCLEANFILES = Makefile.in
 
-CLEANFILES = init.sh
-all: init.sh
-init.sh: Makefile.in
+CLEANFILES = old-init.sh
+all: old-init.sh
+old-init.sh: Makefile.in
        rm -f $@-t $@
        echo 'PARTED_USABLE_TEST_DIR="$(PARTED_USABLE_TEST_DIR)"' > $@-t
        echo 'abs_top_srcdir="$(abs_top_srcdir)"' >> $@-t
index 2388ec3..ce79f4a 100644 (file)
@@ -58,9 +58,9 @@ parted_dir = $(abs_top_builddir)/parted
 pp_dir = $(abs_top_builddir)/partprobe
 sep = $(PATH_SEPARATOR)
 
-CLEANFILES = init.sh
-all: init.sh
-init.sh: Makefile.in
+CLEANFILES = old-init.sh
+all: old-init.sh
+old-init.sh: Makefile.in
        rm -f $@-t $@
        echo 'PARTED_USABLE_TEST_DIR="$(PARTED_USABLE_TEST_DIR)"' > $@-t
        echo 'abs_top_srcdir="$(abs_top_srcdir)"' >> $@-t
index 4c08288..8ed9b01 100644 (file)
@@ -9,7 +9,7 @@ TZ=UTC
 export LANG LC_ALL TZ
 export PARTED_SUPPRESS_FILE_SYSTEM_MANIPULATION_WARNING=1
 
-. ./init.sh || { echo >&2 you must run make first; exit 1; }
+. ./old-init.sh || { echo >&2 you must run make first; exit 1; }
 
 # Protect ourselves from common misconfiguration to export
 # CDPATH into the environment