Added missing argument to step_create_floppy_test.go
This commit is contained in:
parent
5f9fdaf5fa
commit
915b7f371a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue