Skip to content

Commit

Permalink
tests/env.sh: Remove superfluous shellcheck disable
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Faria <[email protected]>
  • Loading branch information
albertofaria committed Apr 24, 2024
1 parent 253489b commit 00d705e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ COMMANDS

# Usage: __elapsed
__elapsed() {
# shellcheck disable=SC2001
local delta
delta=$(( $( date +%s%N ) - start_time ))
printf '%d.%09d' "$(( delta / 10**9 ))" "$(( delta % 10**9 ))"
Expand Down

0 comments on commit 00d705e

Please sign in to comment.