summaryrefslogtreecommitdiffstats
path: root/tests/2.rstest
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-03-19 13:58:39 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-03-19 13:58:39 +0100
commit935018ed625bc4cf1d6b28fa16e0986078029aaf (patch)
tree90af715a240b1ec3642ebca62e2d74216d7d5f34 /tests/2.rstest
parent208f4e107c78b00c3bdf09301d1b1e43e1b9fdf8 (diff)
downloadrsyslog-935018ed625bc4cf1d6b28fa16e0986078029aaf.tar.gz
rsyslog-935018ed625bc4cf1d6b28fa16e0986078029aaf.tar.xz
rsyslog-935018ed625bc4cf1d6b28fa16e0986078029aaf.zip
adapted test framework to new script engine
Diffstat (limited to 'tests/2.rstest')
-rw-r--r--tests/2.rstest4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/2.rstest b/tests/2.rstest
index 7fb5b799..f0e8205b 100644
--- a/tests/2.rstest
+++ b/tests/2.rstest
@@ -4,7 +4,7 @@ in:
$msg contains 'test' then
$$$
out:
-00000000: PUSHMSGVAR msg[cstr]
-00000001: PUSHCONSTANT test[cstr]
+00000000: push_msgvar msg[cstr]
+00000001: push_const test[cstr]
00000002: contains
$$$