#!/dis/sh load std test echo 1 > /tmp/a echo 2 >/tmp/b report INF 5 testing cmp command if {cmp /tmp/a /tmp/b} { report ERR 0 'cmp failed - reported different files as the same' }{ report INF 6 'cmp ok - reported different files as different' }
SH-TEST(1 ) | Rev: Wed Feb 22 04:14:06 GMT 2023 |