Skip to content

Commit

Permalink
fix: TestBtrfsSingleCI test setupdevice
Browse files Browse the repository at this point in the history
  • Loading branch information
Nabil-Salah committed Dec 4, 2024
1 parent d1d8cc8 commit 017de41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/filesystem/btrfs_ci_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func SetupDevices(count int) (devices TestDevices, err error) {

for i := 0; i < count; i++ {
var dev *os.File
dev, err = os.CreateTemp("", "loop-test-")
dev, err = os.CreateTemp("", "dev/")
if err != nil {
return
}
Expand Down

0 comments on commit 017de41

Please sign in to comment.