#!/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: Thu Feb 15 14:42:47 GMT 2007 |