diff options
Diffstat (limited to 'filter/test.conf.inc')
-rw-r--r-- | filter/test.conf.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/filter/test.conf.inc b/filter/test.conf.inc index 7707ae38..8ede2d18 100644 --- a/filter/test.conf.inc +++ b/filter/test.conf.inc @@ -1,6 +1,3 @@ -print "Entering include"; -print "Should be 2: ", 1+1; -print "Leaving include"; +bt_assert(1+1 = 2); i = 42; - |