diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-18 17:48:11 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-18 17:48:11 +0200 |
commit | f33dd51c802a8d49839aa73fb9167d8bc31ea912 (patch) | |
tree | e9ab40604c50449f46c2af724858bcc245b234f6 /tests/Makefile.am | |
parent | 2de4964affabc1ccf61bc72426a468fc871a54d0 (diff) | |
download | rsyslog-f33dd51c802a8d49839aa73fb9167d8bc31ea912.tar.gz rsyslog-f33dd51c802a8d49839aa73fb9167d8bc31ea912.tar.xz rsyslog-f33dd51c802a8d49839aa73fb9167d8bc31ea912.zip |
fixed abort condition with oversize tags
this was a regression I introduced this afternoon
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index dbaf85f0..0800f667 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -42,6 +42,7 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \ testsuites/1.parse1 \ testsuites/2.parse1 \ testsuites/3.parse1 \ + testsuites/oversizeTag-1.parse1 \ testsuites/date1.parse1 \ testsuites/date2.parse1 \ testsuites/date3.parse1 \ |