var mu is unused (unused)

Signed-off-by: Benoit Tigeot <benoit.tigeot@lifen.fr>
This commit is contained in:
Benoit Tigeot 2025-04-14 10:34:46 +02:00
parent 7fe554e7a8
commit a23b96276a
No known key found for this signature in database
GPG key ID: 8E6D4FC8AEBDA62C

View file

@ -36,14 +36,9 @@ import (
"os/exec"
"path/filepath"
"runtime"
"sync"
"testing"
)
var (
mu sync.Mutex
)
func TestRenameWithFallback(t *testing.T) {
dir := t.TempDir()