summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/as/testscripts/dostriptest
blob: aa734c0c2b9fccafa976116a81db5b0c05e92e06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
# $Id: dostriptest,v 1.1 1993/10/02 21:01:09 pk Exp $

x=striptest.xx.$$
y=striptest.yy.$$

cp $1 $x
strip $x
cp $2 $y
strip $y

doobjcmp $x $y
exit

#eof
OpenPOWER on IntegriCloud