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

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

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

doobjcmp $x $y
exit

#eof
OpenPOWER on IntegriCloud