diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2016-05-02 11:57:19 +0300 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-05-02 10:57:19 +0200 |
commit | 33e40442c6c5d296dfaa733b8429bff1a24869cc (patch) | |
tree | f5dabcfff3c1d570fee9c29a43c7e577130e3dda /Makefile.am | |
parent | 6738873efce1370f5db31511800138ad1768feae (diff) |
tests: add test for https://github.com/systemd/systemd/issues/2467 (#3168)
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 7f9ee08b20..410a60cf3c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5831,6 +5831,8 @@ EXTRA_DIST += \ test/TEST-08-ISSUE-2730/test.sh \ test/TEST-09-ISSUE-2691/Makefile \ test/TEST-09-ISSUE-2691/test.sh \ + test/TEST-10-ISSUE-2467/Makefile \ + test/TEST-10-ISSUE-2467/test.sh \ test/test-functions EXTRA_DIST += \ |