add Bob leaving to smoke-tests

This commit is contained in:
meejah 2016-02-01 16:30:58 -07:00 committed by Brian Warner
parent c217d1f8f3
commit 573a5481d1

View File

@ -358,6 +358,17 @@ if True:
print(" %r not there yet" % (alice_foo,))
time.sleep(1)
if True:
# bob leaves
print 'bob leaves'
data_dir = join(data_base, 'bob')
subprocess.check_call(
[
python, tahoe_bin, 'magic-folder', 'leave', '--basedir', data_dir,
]
)
# XXX test .backup (delete a file)
# port david's clock.advance stuff