diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-30 16:46:10 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-30 16:46:10 +0200 |
commit | 55d05e060e35035db53c4e1fa5a2facb2a5ff051 (patch) | |
tree | 8386b50763a36ab64a14b2c024442357a81f5c76 | |
parent | f4f6de247c51ffe278027ef3689b456d80bb9f73 (diff) | |
download | rsyslog-55d05e060e35035db53c4e1fa5a2facb2a5ff051.tar.gz rsyslog-55d05e060e35035db53c4e1fa5a2facb2a5ff051.tar.xz rsyslog-55d05e060e35035db53c4e1fa5a2facb2a5ff051.zip |
fix the make distcheck workaround ;)v3.21.1
I left some file in the file system, cause make distcheck to fail...
-rwxr-xr-x | tests/cfg.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cfg.sh b/tests/cfg.sh index 43412b0b..99729823 100755 --- a/tests/cfg.sh +++ b/tests/cfg.sh @@ -68,6 +68,7 @@ fi; # TODO: re-enable the following checks. They need to have support in # rsyslogd so that the log file name is NOT contained in the error # messages - this prevents proper comparison in make distcheck +rm -f tmp exit 0 # |