Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mafredri committed Feb 12, 2017
1 parent 2a8781d commit 9d28286
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion async.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ _async_job() {
# Disable xtrace as it would mangle the output.
setopt localoptions noxtrace

# Store start time as double precision (+E disables scientific notation)
# Store start time for job.
float -F duration=$EPOCHREALTIME

# Run the command and capture both stdout (`eval`) and stderr (`cat`) in
Expand Down
1 change: 0 additions & 1 deletion async_test.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ test_async_start_stop_worker() {
}

test_async_job_print_matches_input_exactly() {
# t_skip Does not match yet.
local -a result
cb() { result=("$@") }

Expand Down

0 comments on commit 9d28286

Please sign in to comment.