isnt()

  • Simply non-equality test
isnt(0,1);
isnt(1,1);
ok 1
not ok 2
# '1'
#     ne
# '1'