From c3eea08f66090f683ed96d187d8f40423734ab2c Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Wed, 24 Jun 2015 16:29:39 +0200 Subject: [PATCH] Remove ECHO from expectation #86 Remove the `\set ECHO none` from expectation that is automatically removed by the test harness but still appears in the output when a test fails. --- test/CDB_QueryTablesTest_expect | 1 - 1 file changed, 1 deletion(-) diff --git a/test/CDB_QueryTablesTest_expect b/test/CDB_QueryTablesTest_expect index d3a64d1..9959982 100644 --- a/test/CDB_QueryTablesTest_expect +++ b/test/CDB_QueryTablesTest_expect @@ -1,4 +1,3 @@ -\set ECHO none SELECT * FROM geometry_columns|{pg_catalog.pg_attribute,pg_catalog.pg_class,pg_catalog.pg_namespace,pg_catalog.pg_type} SELECT a.attname FROM pg_class c JOIN pg_attribute a on (a.attrelid = c.oid)|{pg_catalog.pg_attribute,pg_catalog.pg_class} CREATE table "my'tab;le" as select 1|{}