diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-10 08:21:41 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-10 08:21:41 +0100 |
commit | 8833612e7516694e89148eb3dc1c88f5ea954d16 (patch) | |
tree | bdfa6e143a1e3c0dccdfd7088070e269610b9191 /tests/asynwr_timeout.sh | |
parent | 5996414f04118dec4f1dcc12c88ee8c68f6e89ad (diff) | |
download | rsyslog-8833612e7516694e89148eb3dc1c88f5ea954d16.tar.gz rsyslog-8833612e7516694e89148eb3dc1c88f5ea954d16.tar.xz rsyslog-8833612e7516694e89148eb3dc1c88f5ea954d16.zip |
some cosmetic changes
note that a buffer size calculation was done wrong, but this was cosmetic
because our buffers currently all use byte size, so even though the
formula was wrong, the result was correct.
Diffstat (limited to 'tests/asynwr_timeout.sh')
-rwxr-xr-x | tests/asynwr_timeout.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/asynwr_timeout.sh b/tests/asynwr_timeout.sh index 84fbd481..746ee3f1 100755 --- a/tests/asynwr_timeout.sh +++ b/tests/asynwr_timeout.sh @@ -4,6 +4,7 @@ # # added 2010-03-09 by Rgerhards # This file is part of the rsyslog project, released under GPLv3 +echo =============================================================================== echo TEST: \[asynwr_timeout.sh\]: test async file writing timeout writes source $srcdir/diag.sh init # uncomment for debugging support: |