Actually test passthrough* examples
authorNikolaus Rath <Nikolaus@rath.org>
Wed, 5 Apr 2017 23:49:39 +0000 (16:49 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Fri, 7 Apr 2017 23:40:15 +0000 (16:40 -0700)
commiteb972114156dc5624a50b81562040e8af06cb7e3
treecba85f40854799beac6094c137ba514a3106bbf2
parent20b24a16e10c8b5bb0535e9f06c40cf74ed8aabe
Actually test passthrough* examples

Since os.path.join() interprets leading slashes, we were
actually never accessing the mountpoint and doing all the
tests in the source directory.

Fixes: #139
test/test_examples.py