Fix typo um vacuumdb tests

Started by Fabrízio de Royes Melloabout 11 years ago2 messages
#1Fabrízio de Royes Mello
fabriziomello@gmail.com
1 attachment(s)

Hi all,

A little typo in vacuumdb tests.

Regards,

--
Fabrízio de Royes Mello
Consultoria/Coaching PostgreSQL

Show quoted text

Timbira: http://www.timbira.com.br
Blog: http://fabriziomello.github.io
Linkedin: http://br.linkedin.com/in/fabriziomello
Twitter: http://twitter.com/fabriziomello
Github: http://github.com/fabriziomello

Attachments:

fix_typo_vacuumdb_tests.patchtext/x-diff; charset=US-ASCII; name=fix_typo_vacuumdb_tests.patchDownload
diff --git a/src/bin/scripts/t/100_vacuumdb.pl b/src/bin/scripts/t/100_vacuumdb.pl
index d6555f5..ac160ba 100644
--- a/src/bin/scripts/t/100_vacuumdb.pl
+++ b/src/bin/scripts/t/100_vacuumdb.pl
@@ -29,4 +29,4 @@ issues_sql_like(
 issues_sql_like(
 	[ 'vacuumdb', '-Z', 'postgres' ],
 	qr/statement: ANALYZE;/,
-	'vacuumdb -z');
+	'vacuumdb -Z');
#2Peter Eisentraut
peter_e@gmx.net
In reply to: Fabrízio de Royes Mello (#1)
Re: Fix typo um vacuumdb tests

On 12/10/14 4:55 PM, Fabr�zio de Royes Mello wrote:

Hi all,

A little typo in vacuumdb tests.

Fixed, thanks.

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers