Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isabeldepapel committed May 3, 2021
1 parent 8878ea3 commit 232d932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/docker/driver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3015,7 +3015,7 @@ func TestDockerDriver_StopSignal(t *testing.T) {
cleanup := d.MkAllocDir(task, true)
defer cleanup()

if task.Name == "stop-demo" || task.Name == "stop-kill-demo" {
if task.Name == "stopsig-only" || task.Name == "stopsig-killsig" {
copyImage(t, task.TaskDir(), "busybox_stopsignal.tar") // Default busybox image with STOPSIGNAL 19 added
} else {
copyImage(t, task.TaskDir(), "busybox.tar")
Expand Down

0 comments on commit 232d932

Please sign in to comment.