Rename command_exe_test.go to command_misc_test.go

This commit is contained in:
Sybren A. Stüvel 2022-02-18 11:45:37 +01:00
parent 00571ad480
commit 9eaae2451b

View File

@ -82,7 +82,7 @@ func TestCommandSleep(t *testing.T) {
close(runDone) close(runDone)
}() }()
timeStepSize := 1 * time.Second timeStepSize := 100 * time.Millisecond
loop: loop:
for { for {
select { select {