diff options
Diffstat (limited to 'postgresql-tests/tasks/initdb_old/runtest.sh')
-rw-r--r-- | postgresql-tests/tasks/initdb_old/runtest.sh | 13 |
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 -} |