Add an email address in a nop maintainer command as a test.
This commit is contained in:
parent
6f0ea4f5a4
commit
7b0cffa69c
2 changed files with 3 additions and 1 deletions
|
@ -16,12 +16,14 @@ store = app.config['STORAGE']
|
||||||
|
|
||||||
SAMPLE_DIFFS = ['test/data/sample/diffs/diffs%s.json' % i
|
SAMPLE_DIFFS = ['test/data/sample/diffs/diffs%s.json' % i
|
||||||
for i in range(1, 10)]
|
for i in range(1, 10)]
|
||||||
SAMPLE_CMDS = [['/bin/bash'],
|
SAMPLE_CMDS = [["/bin/bash"],
|
||||||
["/bin/sh", "-c",
|
["/bin/sh", "-c",
|
||||||
"echo \"PasswordAuthentication no\" >> /etc/ssh/sshd_config"],
|
"echo \"PasswordAuthentication no\" >> /etc/ssh/sshd_config"],
|
||||||
["/bin/sh", "-c",
|
["/bin/sh", "-c",
|
||||||
"sed -i 's/#\\(force_color_prompt\\)/\\1/' /etc/skel/.bashrc"],
|
"sed -i 's/#\\(force_color_prompt\\)/\\1/' /etc/skel/.bashrc"],
|
||||||
["/bin/sh", "-c", "#(nop) EXPOSE [8080]"],
|
["/bin/sh", "-c", "#(nop) EXPOSE [8080]"],
|
||||||
|
["/bin/sh", "-c",
|
||||||
|
"#(nop) MAINTAINER Jake Moshenko <jake@devtable.com>"],
|
||||||
None]
|
None]
|
||||||
|
|
||||||
REFERENCE_DATE = datetime(2013, 6, 23)
|
REFERENCE_DATE = datetime(2013, 6, 23)
|
||||||
|
|
Binary file not shown.
Reference in a new issue