Skip to content

Commit

Permalink
common fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
oldium committed Oct 2, 2024
1 parent fa74b48 commit 05a8846
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tests-common-functions
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ error() {
}

skip_test() {
[ -n "$@" ] && echo "$@" >&2
local message="$*"
[ -n "$message" ] && echo "$message" >&2
exit 77
}

Expand Down

0 comments on commit 05a8846

Please sign in to comment.