blob: 3a51701559840ec7b3bf9ca1671f860be86964b4 [file] [log] [blame]
#!/bin/sh
x=striptest.xx.$$
y=striptest.yy.$$
cp $1 $x
strip $x
cp $2 $y
strip $y
doobjcmp $x $y
exit
#eof