Added missing argument to step_create_floppy_test.go

This commit is contained in:
Ali Rizvi-Santiago 2016-04-05 18:32:11 -05:00
parent 5f9fdaf5fa
commit 915b7f371a
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ func TestStepCreateFloppyContents(t *testing.T) {
floppy_path := state.Get("floppy_path").(string)
if _, err := os.Stat(floppy_path); err != nil {
t.Fatalf("file not found: %s for %v : %v", floppy_path, step.Contents)
t.Fatalf("file not found: %s for %v : %v", floppy_path, step.Contents, err)
}
// check the FilesAdded array to see if it matches