diff options
author | Kay Sievers <kay@vrfy.org> | 2012-09-23 14:31:53 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-09-23 14:31:53 +0200 |
commit | b8bc868009372deb2f30263322572723e5968842 (patch) | |
tree | 5d7528586074866b8a690fa239c02ea69fb79a9f | |
parent | 9c513fe009968151fe95961dd9d5088c609aed98 (diff) |
comment out uncommitted test source code
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 3ccd0fc177..82659274c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2584,15 +2584,15 @@ noinst_PROGRAMS += \ test-journal-send \ test-journal-match \ test-journal-stream \ - test-journal-verify \ - test-mmap-cache + test-journal-verify +# test-mmap-cache TESTS += \ test-journal \ test-journal-match \ test-journal-stream \ - test-journal-verify \ - test-mmap-cache + test-journal-verify +# test-mmap-cache pkginclude_HEADERS += \ src/systemd/sd-journal.h \ |