summaryrefslogtreecommitdiffstats
path: root/plugins/python/regress/testdata/check_example_io_plugin_command_log.stored
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/python/regress/testdata/check_example_io_plugin_command_log.stored')
-rw-r--r--plugins/python/regress/testdata/check_example_io_plugin_command_log.stored16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/python/regress/testdata/check_example_io_plugin_command_log.stored b/plugins/python/regress/testdata/check_example_io_plugin_command_log.stored
new file mode 100644
index 0000000..73fdc5d
--- /dev/null
+++ b/plugins/python/regress/testdata/check_example_io_plugin_command_log.stored
@@ -0,0 +1,16 @@
+ -- Plugin STARTED --
+EXEC id --help
+EXEC info [
+ "command=/bin/id",
+ "runas_uid=0"
+]
+STD IN some standard input
+STD OUT some standard output
+STD ERR some standard error
+SUSPEND SIGTSTP
+SUSPEND SIGCONT
+WINSIZE 200x100
+TTY IN some tty input
+TTY OUT some tty output
+CLOSE Command returned 1
+ -- Plugin DESTROYED --