diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-07 12:04:33 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-07 12:04:33 +0200 |
commit | 493d6a799be82a2df652b666d541a5e004ebcc76 (patch) | |
tree | 4d745d49abbde25f95cda0a7ebb59e81aabf7477 /tests/err1.rstest | |
parent | 37fd063042821dc328c88e1f7366543decdcb76f (diff) | |
download | rsyslog-493d6a799be82a2df652b666d541a5e004ebcc76.tar.gz rsyslog-493d6a799be82a2df652b666d541a5e004ebcc76.tar.bz2 rsyslog-493d6a799be82a2df652b666d541a5e004ebcc76.zip |
changed RainerScript testbench to a full-blow test suite
it now works based on test case files, which enable to quickly
generate test cases.
Diffstat (limited to 'tests/err1.rstest')
-rw-r--r-- | tests/err1.rstest | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/err1.rstest b/tests/err1.rstest new file mode 100644 index 00000000..8c56887e --- /dev/null +++ b/tests/err1.rstest @@ -0,0 +1,7 @@ +# This test case check for an error condition +result: -2051 +in: +'test 1' <> == $hostname +$$$ +out: +$$$ |