(path string, opts fileio.SaveOptions, body io.Reader)
| 184 | } |
| 185 | |
| 186 | func (f *statOnlyFileIO) Save(path string, opts fileio.SaveOptions, body io.Reader) (fileio.SaveResult, error) { |
| 187 | return f.base.Save(path, opts, body) |
| 188 | } |
| 189 | |
| 190 | func TestShortcutsIncludesExpectedCommands(t *testing.T) { |
| 191 | t.Parallel() |