summaryrefslogtreecommitdiffstats
path: root/dockerfile/parser/testfiles/weechat/result
diff options
context:
space:
mode:
Diffstat (limited to 'dockerfile/parser/testfiles/weechat/result')
-rw-r--r--dockerfile/parser/testfiles/weechat/result6
1 files changed, 6 insertions, 0 deletions
diff --git a/dockerfile/parser/testfiles/weechat/result b/dockerfile/parser/testfiles/weechat/result
new file mode 100644
index 0000000..c3abb4c
--- /dev/null
+++ b/dockerfile/parser/testfiles/weechat/result
@@ -0,0 +1,6 @@
+(from "ubuntu:14.04")
+(run "apt-get update -qy && apt-get install tmux zsh weechat-curses -y")
+(add ".weechat" "/.weechat")
+(add ".tmux.conf" "/")
+(run "echo \"export TERM=screen-256color\" >/.zshenv")
+(cmd "zsh -c weechat")