diff options
Diffstat (limited to 'test/framework/hijacking.conf')
-rw-r--r-- | test/framework/hijacking.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/framework/hijacking.conf b/test/framework/hijacking.conf new file mode 100644 index 0000000..476baa6 --- /dev/null +++ b/test/framework/hijacking.conf @@ -0,0 +1,3 @@ +do_status() { + echo "do_status() is hijacked!" +} |