diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2016-12-13 10:36:03 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2016-12-13 12:58:42 +0000 |
commit | fcb2427055bc2e1d8f009ebf3b4d8b1b2bb14faa (patch) | |
tree | 6ea27ead454919df1ba59cd0ff553d5f6a096a38 /Makefile.am | |
parent | 6916b164642d8bb4938878f4284f8ee5ccf3efd6 (diff) |
core: machine_id_setup overwrites broken machine-id
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index fe3ef9116d..3bd8c29dd3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6117,6 +6117,8 @@ EXTRA_DIST += \ test/TEST-13-NSPAWN-SMOKE/Makefile \ test/TEST-13-NSPAWN-SMOKE/create-busybox-container \ test/TEST-13-NSPAWN-SMOKE/test.sh \ + test/TEST-14-MACHINE-ID/Makefile \ + test/TEST-14-MACHINE-ID/test.sh \ test/test-functions EXTRA_DIST += \ |