From eb1fab7883846e16af1d8c650715e725a20a2665 Mon Sep 17 00:00:00 2001 From: Simon Buchan Date: Tue, 23 Aug 2022 16:10:52 +1200 Subject: [PATCH] Fix test/form/samples/quote-id on Windows (#4614) --- test/form/samples/quote-id/_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/form/samples/quote-id/_config.js b/test/form/samples/quote-id/_config.js index 4b7d187204f..9a2bbccf800 100644 --- a/test/form/samples/quote-id/_config.js +++ b/test/form/samples/quote-id/_config.js @@ -9,7 +9,7 @@ module.exports = { options: { output: { paths: id => { - if (id.startsWith('C:')) return id; + if (id === external3) return id; return path.relative(__dirname, id); }, name: 'Q',