Add a NOP command in the commands test db as would exist in a Dockerfile build.

This commit is contained in:
yackob03 2014-01-14 15:28:24 -05:00
parent e7e39e6146
commit 63899b8efd
2 changed files with 1 additions and 0 deletions

View file

@ -21,6 +21,7 @@ SAMPLE_CMDS = [['/bin/bash'],
"echo \"PasswordAuthentication no\" >> /etc/ssh/sshd_config"],
["/bin/sh", "-c",
"sed -i 's/#\\(force_color_prompt\\)/\\1/' /etc/skel/.bashrc"],
["/bin/sh", "-c", "#(nop) EXPOSE [8080]"],
None]
REFERENCE_DATE = datetime(2013, 6, 23)

Binary file not shown.