summaryrefslogtreecommitdiffstats
path: root/postgresql-tests/tasks/initdb_old
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2014-11-06 11:40:39 +0100
committerPavel Raiskup <praiskup@redhat.com>2014-11-06 11:50:27 +0100
commita963a4ab222307bfd692c38fe65bdde263c31c28 (patch)
treead32ab219e4ba29b08c99174ee7f134ea0864983 /postgresql-tests/tasks/initdb_old
parent69c86e4a0fcb3f086d62a7fe6913f09df7cdc742 (diff)
downloadpostgresql-setup-tests-a963a4ab222307bfd692c38fe65bdde263c31c28.tar.gz
postgresql-setup-tests-a963a4ab222307bfd692c38fe65bdde263c31c28.tar.xz
postgresql-setup-tests-a963a4ab222307bfd692c38fe65bdde263c31c28.zip
postgresql-tasks: rename once more
* tasks/initdb: Move to tasks/initdb/basic. * tasks/initdb_old: Move to tasks/initdb/old-syntax. * tasks/upgrade-basic: Moved to tasks/upgrade/basic. * tasks/upgrade-locale-utf8-syntax: Moved to tasks/upgrade/locale/utf8-syntax.
Diffstat (limited to 'postgresql-tests/tasks/initdb_old')
-rw-r--r--postgresql-tests/tasks/initdb_old/runtest.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/postgresql-tests/tasks/initdb_old/runtest.sh b/postgresql-tests/tasks/initdb_old/runtest.sh
deleted file mode 100644
index 1cd77f4..0000000
--- a/postgresql-tests/tasks/initdb_old/runtest.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-export DTF_TEST_ID="initdb-old-syntax"
-export DTF_TEST_DESCRIPTION="\
-Check that the old syntax 'postgresql-setup initdb' works together with
-following 'service start postgresql'."
-
-run()
-{
- dtf_postgresql_test_init
- rlRun "postgresql-setup initdb"
- rlServiceStart postgresql
- dtf_postgresql_check_started
- dtf_postgresql_test_finish
-}