freebsd / atf

Libraries to write tests in C, C++ and shell
Other
133 stars 45 forks source link

Add the atf_check_not_equal function to atf-sh to check for unequal values #32

Closed shivansh closed 7 years ago

shivansh commented 7 years ago

Relevant discussion: D11084#inline-65206

shivansh commented 7 years ago

@jmmv Fixed!

shivansh commented 7 years ago

@jmmv Fixed and added a test!

The first commit message was exceeding the 50 character limit so had to shorten it a bit.

jmmv commented 7 years ago

I merged this manually as 74811d8. The reasons are that: I had to fix a conflict; I squashed the two commits into one (because they really are the same thing); and added a missing docstring to your new function.