From 74696ba5ef0d76d6541482ae3b48f249a3270ad2 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Wed, 17 May 2023 14:57:50 +0200 Subject: [PATCH] test: add a couple of sanity tests for --port= --- test/TEST-13-NSPAWN/test.sh | 3 ++- test/units/testsuite-13.nspawn.sh | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/test/TEST-13-NSPAWN/test.sh b/test/TEST-13-NSPAWN/test.sh index 47862f1dc2..2e94156432 100755 --- a/test/TEST-13-NSPAWN/test.sh +++ b/test/TEST-13-NSPAWN/test.sh @@ -30,7 +30,8 @@ test_append_files() { seq \ sleep \ stat \ - touch + touch \ + true cp /etc/os-release "$container/usr/lib/os-release" cat >"$container/sbin/init" <