diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-19 12:55:25 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-19 12:55:25 +0100 |
commit | 21ceba3b96c9550428102453130589ee29db495d (patch) | |
tree | 4abd4ad697d71e3945c693798fc1dcdaf212abf6 | |
parent | 0140beeb03d1fdef15c15dd25dfacd7c3e6d09e6 (diff) | |
download | rsyslog-21ceba3b96c9550428102453130589ee29db495d.tar.gz rsyslog-21ceba3b96c9550428102453130589ee29db495d.tar.bz2 rsyslog-21ceba3b96c9550428102453130589ee29db495d.zip |
testbench: add missing files to distribution tarball
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index a06c2a0b..fd1dbce1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -290,6 +290,8 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \ testsuites/rscript_stop.conf \ rscript_stop2.sh \ testsuites/rscript_stop2.conf \ + stop-localvar.sh \ + testsuites/stop-localvar.conf \ rscript_prifilt.sh \ testsuites/rscript_prifilt.conf \ rscript_optimizer1.sh \ |