-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Drop the last argument of tMount as it's always "". 2. Drop the error return of tMount, instead use t.Fatal. 3. Do the same for prepare. Fix the doc accordingly. 4. Add tCreateFile helper. 5. Change MkdirTemp to Mkdir since we have a new empty directory. 6. Inline some t.TempDir() calls. 7. Sprinkle t.Helper(). Signed-off-by: Kir Kolyshkin <[email protected]>
- Loading branch information
Showing
1 changed file
with
111 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters