diff options
Diffstat (limited to 'filter/test.conf')
-rw-r--r-- | filter/test.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/filter/test.conf b/filter/test.conf index 19372f2..4f09637 100644 --- a/filter/test.conf +++ b/filter/test.conf @@ -329,6 +329,9 @@ string s; test_undef(3); test_undef(2); + print "Testing include"; + include "test.conf.inc"; + print "done"; quitbird; # print "*** FAIL: this is unreachable"; |