Skip to content

Commit

Permalink
fix: remove test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maxksec authored and sk91 committed Sep 24, 2024
1 parent fa219a1 commit 1ec3423
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions script_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1223,9 +1223,6 @@ func TestExecRunsGoHelpAndGetsUsageMessage(t *testing.T) {

func TestWithContextTimeout(t *testing.T) {
t.Parallel()
// We can't make many cross-platform assumptions about what external
// commands will be available, but it seems logical that 'go' would be
// (though it may not be in the user's path)
ctx, cancel := context.WithTimeout(context.Background(), 1*time.Nanosecond)
defer cancel()
p := script.NewPipe().WithContext(ctx).Exec("sleep 1")
Expand Down

0 comments on commit 1ec3423

Please sign in to comment.