--- ./tests/Makefile.am	2024-03-06 07:40:36
+++ ./tests/Makefile.am	2024-03-06 07:40:43
@@ -24,7 +24,7 @@
 $(HSTS_FILE):
 	if ! test -f $(HSTS_FILE); then \
 	  wget -O$(HSTS_FILE) https://raw.github.com/chromium/chromium/master/net/http/transport_security_state_static.json && \
-	  sed -i 's/^ *\/\/.*$$//g' $(HSTS_FILE); \
+	  gsed -i 's/^ *\/\/.*$$//g' $(HSTS_FILE); \
 	fi
 
 EXTRA_DIST = $(HSTS_FILE) hsts.dafsa hsts_ascii.dafsa
