]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/TEST-14-MACHINE-ID/test.sh
core,journald: use quoted commandlines
[thirdparty/systemd.git] / test / TEST-14-MACHINE-ID / test.sh
1 #!/usr/bin/env bash
2 set -e
3 TEST_DESCRIPTION="/etc/machine-id testing"
4 IMAGE_NAME="badid"
5 TEST_NO_NSPAWN=1
6
7 . $TEST_BASE_DIR/test-functions
8
9 test_append_files() {
10 printf "556f48e837bc4424a710fa2e2c9d3e3c\ne3d\n" >$1/etc/machine-id
11 }
12
13 do_test "$@" 14