summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/as/testscripts/dostriptest
blob: 4b89df8d2d53e5a930126e9d17f85d3aa2a466a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
# $Id$

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

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

doobjcmp $x $y
exit

#eof
OpenPOWER on IntegriCloud