fstests: fix typo

This commit is contained in:
Antoine GIRARD 2018-04-11 22:39:17 +02:00 committed by Nick Craig-Wood
parent e82452ce9a
commit 1f681e585b
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ func Run(t *testing.T, opt *Opt) {
assert.Error(t, err, "Expecting error on Rmdir non existent")
})
// TestFsMkdir tests tests making a directory
// TestFsMkdir tests making a directory
t.Run("TestFsMkdir", func(t *testing.T) {
skipIfNotOk(t)