From f5125b4d4ca5bfc7ef7f68b7dbe4a1c7777de6eb Mon Sep 17 00:00:00 2001
From: Georgios Kokolatos <gkokolatos@pm.me>
Date: Mon, 28 Nov 2022 15:09:22 +0000
Subject: [PATCH v8 1/5] Export gzip program to pg_dump tap tests

---
 src/bin/pg_dump/meson.build | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/bin/pg_dump/meson.build b/src/bin/pg_dump/meson.build
index e66f632b54..6cff2a6c3d 100644
--- a/src/bin/pg_dump/meson.build
+++ b/src/bin/pg_dump/meson.build
@@ -88,6 +88,9 @@ tests += {
       't/003_pg_dump_with_server.pl',
       't/010_dump_connstr.pl',
     ],
+    'env': {
+      'GZIP_PROGRAM': gzip.path(),
+    },
   },
 }
 
-- 
2.34.1

