Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
petrsed committed Apr 3, 2020
2 parents ff058e9 + ae74d49 commit 9b6aae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ printResult() {
testAndPrint() { # usage testAndPrint "test_number" "full_command" expected_return_value
echo " $1:"
echo " $2"
$2 > /dev/null 2>&1
$2 >&2
printResult $? "$3"
return $?
}
Expand Down

0 comments on commit 9b6aae5

Please sign in to comment.