summaryrefslogtreecommitdiffstats
path: root/test/TEST-74-AUX-UTILS
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2023-05-16 18:31:45 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2023-05-16 21:49:09 +0200
commitb4d42a82eb95eada226856722f49dc8d898df8f2 (patch)
treef2ef426770d7738a682571be10c05367b02fe7b4 /test/TEST-74-AUX-UTILS
parentman/systemd-sysext: correct explanation of confexts directories (diff)
downloadsystemd-b4d42a82eb95eada226856722f49dc8d898df8f2.tar.xz
systemd-b4d42a82eb95eada226856722f49dc8d898df8f2.zip
test: merge TEST-14-MACHINE-ID into TEST-74-AUX-UTILS
Diffstat (limited to 'test/TEST-74-AUX-UTILS')
-rwxr-xr-xtest/TEST-74-AUX-UTILS/test.sh6
1 files changed, 6 insertions, 0 deletions
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 "$@"