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_tinybuf.sh | |
parent | 5996414f04118dec4f1dcc12c88ee8c68f6e89ad (diff) | |
download | rsyslog-8833612e7516694e89148eb3dc1c88f5ea954d16.tar.gz rsyslog-8833612e7516694e89148eb3dc1c88f5ea954d16.tar.bz2 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_tinybuf.sh')
-rwxr-xr-x | tests/asynwr_tinybuf.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/asynwr_tinybuf.sh b/tests/asynwr_tinybuf.sh index a7cc19ef..a0915394 100755 --- a/tests/asynwr_tinybuf.sh +++ b/tests/asynwr_tinybuf.sh @@ -5,6 +5,7 @@ # added 2010-03-09 by Rgerhards # # This file is part of the rsyslog project, released under GPLv3 +echo =============================================================================== echo TEST: \[asynwr_tinybuf.sh\]: test async file writing with 1-byte buffer source $srcdir/diag.sh init # uncomment for debugging support: |