Skip to content

Commit

Permalink
Removed dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
kward committed Jan 9, 2018
1 parent 0d8f80a commit 9b2db89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions shunit2
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ __SHUNIT_CMD_ECHO_ESC='echo -e'
# Commands a user can override if needed.
SHUNIT_CMD_EXPR=${SHUNIT_CMD_EXPR:-${__SHUNIT_CMD_EXPR}}

# Enable strict mode by default.
SHUNIT_STRICT=${SHUNIT_STRICT:-${SHUNIT_TRUE}}

# Enable color output. Options are 'never', 'always', or 'auto'.
SHUNIT_COLOR=${SHUNIT_COLOR:-auto}

Expand Down

0 comments on commit 9b2db89

Please sign in to comment.