summaryrefslogtreecommitdiff
path: root/test/TEST-74-AUX-UTILS/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEST-74-AUX-UTILS/test.sh')
-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 "$@"