Fix: Test TestSafeWriteToDisk now works
authorOwen Waller <o.waller@kulawe.com>
Wed, 10 Sep 2014 18:47:31 +0000 (19:47 +0100)
committerspf13 <steve.francia@gmail.com>
Wed, 5 Nov 2014 00:18:36 +0000 (19:18 -0500)
commita54ad2bf3993225bca76b5aebd3a8f8d7082fd0a
tree5341e5e447f2f310caedb1a194bf4890da61592b
parente8bbc44ab0a249df4fe618fa22dfce2ed4e50ad3
Fix: Test TestSafeWriteToDisk now works

Oops, my bad.
Despite the function intending to test SafeWriteToDisk it was actually
calling WriteToDisk. WriteToDisk does not return the file exists error
that SafeWriteToDisk does, which the test checks for.
helpers/path_test.go