diff options
| author | Paul Richards <paul@FreeBSD.org> | 1993-11-03 00:56:24 +0000 |
|---|---|---|
| committer | Paul Richards <paul@FreeBSD.org> | 1993-11-03 00:56:24 +0000 |
| commit | 3bab57bf8e94dcfa7f63ca3dfe2d903b5dda75bc (patch) | |
| tree | c6947a527e76f67f3d2eb22488df6f6ca9734b47 /gnu/usr.bin/as/testscripts/dostriptest | |
| parent | 81fc6236e6282ee57c0a9dfd75135aaab443c1e3 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/as/testscripts/dostriptest')
| -rwxr-xr-x | gnu/usr.bin/as/testscripts/dostriptest | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gnu/usr.bin/as/testscripts/dostriptest b/gnu/usr.bin/as/testscripts/dostriptest new file mode 100755 index 0000000000000..aa734c0c2b9fc --- /dev/null +++ b/gnu/usr.bin/as/testscripts/dostriptest @@ -0,0 +1,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 |
