File 0378-Improve-test-portability.patch of Package erlang
From 5f7130b8e3a7a99c21971c90c8bfbd3c6e82c6ec Mon Sep 17 00:00:00 2001
From: Raimo Niskanen <raimo@erlang.org>
Date: Tue, 31 May 2022 11:06:01 +0200
Subject: [PATCH 1/2] Improve test portability
---
lib/kernel/test/inet_res_SUITE_data/run-ns | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/kernel/test/inet_res_SUITE_data/run-ns b/lib/kernel/test/inet_res_SUITE_data/run-ns
index 36855216f8..b1a92e9984 100755
--- a/lib/kernel/test/inet_res_SUITE_data/run-ns
+++ b/lib/kernel/test/inet_res_SUITE_data/run-ns
@@ -2,7 +2,7 @@
##
## %CopyrightBegin%
##
-## Copyright Ericsson AB 2009-2020. All Rights Reserved.
+## Copyright Ericsson AB 2009-2022. All Rights Reserved.
##
## Licensed under the Apache License, Version 2.0 (the "License");
## you may not use this file except in compliance with the License.
@@ -109,10 +109,10 @@ cat >"$CONF_FILE" <<CONF_FILE
server:
zonesdir: "$DIR"
port: $2
- database: ""
+ database: "nsd.db"
zonelistfile: "zone.list"
pidfile: "nsd.pid"
- xfrdfile: ""
+ xfrdfile: "xfrd.state"
xfrdir: "$DIR"
username: "$LOGNAME"
verbosity: 2
--
2.35.3