tests: fix description of TEST-14-MACHINE-ID
authorLennart Poettering <lennart@poettering.net>
Tue, 28 Nov 2017 20:25:49 +0000 (21:25 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 29 Nov 2017 11:34:12 +0000 (12:34 +0100)
It used the same description as TEST-01, and that's hardly helpful.

test/TEST-14-MACHINE-ID/test.sh

index b932060..7342645 100755 (executable)
@@ -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