diff --git a/osprepare/os_release_test.go b/osprepare/os_release_test.go index 0acc89a21..f23a634c2 100644 --- a/osprepare/os_release_test.go +++ b/osprepare/os_release_test.go @@ -22,7 +22,7 @@ import ( ) const ( - nonExistentFile = "/nonexistentpath/this/file/doesnt/exists" + nonExistentFile = "/nonexistentpath/this/file/doesnot/exists" ) func TestGetOsRelease(t *testing.T) {