<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/tests/example_filesystems, branch v1.2.1</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.2.1</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.2.1'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2017-02-26T18:53:29+00:00</updated>
<entry>
<title>tests: somewhat support testing without openssl</title>
<updated>2017-02-26T18:53:29+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-02-26T18:53:29+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=d2c0fae4f657d01b692d04056f997c611b96299b'/>
<id>urn:sha1:d2c0fae4f657d01b692d04056f997c611b96299b</id>
<content type='text'>
You will still get lots of test error, but at least the tests
will run.
</content>
</entry>
<entry>
<title>tests: don't call t.Fatal in checkExampleFS</title>
<updated>2016-11-26T14:20:54+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-11-26T14:17:15+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=3f5c48e0585f6fe0782aded541e42879eb570e69'/>
<id>urn:sha1:3f5c48e0585f6fe0782aded541e42879eb570e69</id>
<content type='text'>
Calling t.Fatal means that the parent test has no chance
to clean up.
</content>
</entry>
<entry>
<title>reverse: gocryptfs.conf was missing from the directory listings</title>
<updated>2016-10-08T20:25:08+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-08T20:25:08+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=d25fcc6a4b095e37c77cce8f9de2ec0f12007ed5'/>
<id>urn:sha1:d25fcc6a4b095e37c77cce8f9de2ec0f12007ed5</id>
<content type='text'>
Fix the test for that and add checks in example_filesystems_test.
</content>
</entry>
<entry>
<title>tests: add v1.1-reverse-plaintextnames example filesystem</title>
<updated>2016-10-08T19:49:21+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-08T19:49:21+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=79e3e2867114a15cbde4e51990042d39e8ff081d'/>
<id>urn:sha1:79e3e2867114a15cbde4e51990042d39e8ff081d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: add v1.1-reverse example filesystem</title>
<updated>2016-10-08T19:45:11+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-08T19:45:11+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=eb51a1ed20696460a9cdab2caa8f5d6e1e8dee04'/>
<id>urn:sha1:eb51a1ed20696460a9cdab2caa8f5d6e1e8dee04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: add v1.1-aessiv example filesystem</title>
<updated>2016-10-08T19:45:01+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-08T19:24:26+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=3c2c3453ad7d31927a2faee02bea34388c1da830'/>
<id>urn:sha1:3c2c3453ad7d31927a2faee02bea34388c1da830</id>
<content type='text'>
Also move the example content into "content".
</content>
</entry>
<entry>
<title>tests: invert ResetTmpDir argument</title>
<updated>2016-10-08T17:22:59+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-08T17:22:59+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=8c89e2da0ca3a2c901bfe067904b623a4da6f6a7'/>
<id>urn:sha1:8c89e2da0ca3a2c901bfe067904b623a4da6f6a7</id>
<content type='text'>
As reverse also does not want a diriv file, the "plaintextNames"
argument became a misnomer.
</content>
</entry>
<entry>
<title>tests: skip tests with -openssl=false on Go 1.4 and lower</title>
<updated>2016-10-04T20:34:12+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-10-04T20:29:14+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=db5782028aaff99dbf15c62d851a4f6ec8227748'/>
<id>urn:sha1:db5782028aaff99dbf15c62d851a4f6ec8227748</id>
<content type='text'>
Go versions 1.4 and lower lack NewGCMWithNonceSize(), which causes
a panic in the test.
</content>
</entry>
<entry>
<title>tests: add verbose output when unmounting</title>
<updated>2016-07-11T18:41:53+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-07-11T18:40:53+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=df17f1d702bea709228b9923a8ed2fc19005ba43'/>
<id>urn:sha1:df17f1d702bea709228b9923a8ed2fc19005ba43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: use unmount wrapper in ResetTmpDir</title>
<updated>2016-07-11T18:41:16+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-07-11T18:31:36+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=1c54fcd04bbf274dd5d4300e433bdcb1bb32e1ce'/>
<id>urn:sha1:1c54fcd04bbf274dd5d4300e433bdcb1bb32e1ce</id>
<content type='text'>
This should make it work on OSX.

Also, split unmount into two functions. Depending on what you
want,

* UnmountErr returns the resulting error
* UnmountPanic panics if the error was not nil
</content>
</entry>
</feed>
