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