summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-11-28 21:25:49 +0100
committerLennart Poettering <lennart@poettering.net>2017-11-29 12:34:12 +0100
commit7ae8162f29f3ba70c8a4f343ffdb6e77122ce625 (patch)
tree668e5d0ebf2b3cd942b250b83b2b333941f6f9cb /test
parent50fb00b707ab54e498e7624c4a5d0d8cc2c2e7e3 (diff)
downloadsystemd-7ae8162f29f3ba70c8a4f343ffdb6e77122ce625.tar.gz
systemd-7ae8162f29f3ba70c8a4f343ffdb6e77122ce625.tar.bz2
systemd-7ae8162f29f3ba70c8a4f343ffdb6e77122ce625.zip
tests: fix description of TEST-14-MACHINE-ID
It used the same description as TEST-01, and that's hardly helpful.
Diffstat (limited to 'test')
-rwxr-xr-xtest/TEST-14-MACHINE-ID/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-14-MACHINE-ID/test.sh b/test/TEST-14-MACHINE-ID/test.sh
index b932060bc2..7342645bc5 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