tests: fix description of TEST-14-MACHINE-ID

It used the same description as TEST-01, and that's hardly helpful.
This commit is contained in:
Lennart Poettering 2017-11-28 21:25:49 +01:00
parent 50fb00b707
commit 7ae8162f29
1 changed files with 1 additions and 1 deletions

View File

@ -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