drop Debian specific content from tablespace_2.out

Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
This commit is contained in:
Christian Ehrhardt 2017-02-20 09:13:58 +01:00
parent b85831ea65
commit 02ced4650a
No known key found for this signature in database
GPG Key ID: BA3E29338280B242

View File

@ -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
---------