From b4d42a82eb95eada226856722f49dc8d898df8f2 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Tue, 16 May 2023 18:31:45 +0200 Subject: test: merge TEST-14-MACHINE-ID into TEST-74-AUX-UTILS --- test/TEST-74-AUX-UTILS/test.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/TEST-74-AUX-UTILS') diff --git a/test/TEST-74-AUX-UTILS/test.sh b/test/TEST-74-AUX-UTILS/test.sh index f422c89141..6b7c251049 100755 --- a/test/TEST-74-AUX-UTILS/test.sh +++ b/test/TEST-74-AUX-UTILS/test.sh @@ -7,4 +7,10 @@ TEST_DESCRIPTION="Tests for auxiliary utilities" # shellcheck source=test/test-functions . "${TEST_BASE_DIR:?}/test-functions" +test_append_files() { + local workspace="${1:?}" + + printf "556f48e837bc4424a710fa2e2c9d3e3c\ne3d\n" >"$workspace/etc/machine-id" +} + do_test "$@" -- cgit v1.2.3