From: Lennart Poettering Date: Tue, 28 Nov 2017 20:25:49 +0000 (+0100) Subject: tests: fix description of TEST-14-MACHINE-ID X-Git-Tag: v236~94^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ae8162f29f3ba70c8a4f343ffdb6e77122ce625;p=thirdparty%2Fsystemd.git tests: fix description of TEST-14-MACHINE-ID It used the same description as TEST-01, and that's hardly helpful. --- diff --git a/test/TEST-14-MACHINE-ID/test.sh b/test/TEST-14-MACHINE-ID/test.sh index b932060bc2d..7342645bc5a 100755 --- a/test/TEST-14-MACHINE-ID/test.sh +++ b/test/TEST-14-MACHINE-ID/test.sh @@ -2,7 +2,7 @@ # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- # ex: ts=8 sw=4 sts=4 et filetype=sh set -e -TEST_DESCRIPTION="Basic systemd setup" +TEST_DESCRIPTION="/etc/machine-id testing" TEST_NO_NSPAWN=1 SKIP_INITRD=yes . $TEST_BASE_DIR/test-functions