From 02ced4650aeb23205122511b169941eaa2d84ee1 Mon Sep 17 00:00:00 2001 From: Christian Ehrhardt Date: Mon, 20 Feb 2017 09:13:58 +0100 Subject: [PATCH] drop Debian specific content from tablespace_2.out Signed-off-by: Christian Ehrhardt --- regress/expected/tablespace_2.out | 1 - 1 file changed, 1 deletion(-) diff --git a/regress/expected/tablespace_2.out b/regress/expected/tablespace_2.out index 0b6dbc0..d0e7e43 100644 --- a/regress/expected/tablespace_2.out +++ b/regress/expected/tablespace_2.out @@ -4,7 +4,6 @@ SET client_min_messages = warning; -- -- Note: in order to pass this test you must create a tablespace called 'testts' -- -CREATE TABLESPACE testts LOCATION '/tmp/pg-repack-tablespace'; SELECT spcname FROM pg_tablespace WHERE spcname = 'testts'; spcname ---------