Fixes 477, optional src_dir in tst_(rmdir,unlink) (#493)
authorAnthony Rebello <rebello.anthony@gmail.com>
Sat, 25 Jan 2020 10:17:09 +0000 (04:17 -0600)
committerNikolaus Rath <Nikolaus@rath.org>
Sat, 25 Jan 2020 10:17:09 +0000 (10:17 +0000)
commitaaa5c0931e79453091587e7e625ea92af061c249
treec420210302765f6c1300d80e7587ad3d812a01c7
parent1caba629ff8e718a5af054be71338a8c3cb84d62
Fixes 477, optional src_dir in tst_(rmdir,unlink) (#493)

tst_rmdir and tst_unlink now pass for passthrough_hp.

Previously, tst_rmdir and tst_unlink created the directory / file
using src_dir, causing the test to fail as the cache was stale.
Now, the src_dir is optional. When cache is enabled, tst_rmdir
and tst_unlink do not provide a src_dir, forcing the test to
use mnt_dir itself.
test/test_examples.py