Signed-off-by: Benoit Tigeot <benoit.tigeot@lifen.fr>
@ -36,14 +36,9 @@ import (
"os/exec"
"path/filepath"
"runtime"
"sync"
"testing"
)
var (
mu sync.Mutex
func TestRenameWithFallback(t *testing.T) {
dir := t.TempDir()