fstests: add name of remote to WARN message

This commit is contained in:
Nick Craig-Wood 2018-02-02 12:05:16 +00:00
parent de35f1c165
commit fc8641809e
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ func TestInit(t *testing.T) {
func skipIfNotOk(t *testing.T) {
if remote == nil {
t.Skip("WARN: FS not configured")
t.Skipf("WARN: %q not configured", RemoteName)
}
}