diff options
Diffstat (limited to 'gas/testscripts/dostriptest')
-rwxr-xr-x | gas/testscripts/dostriptest | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gas/testscripts/dostriptest b/gas/testscripts/dostriptest deleted file mode 100755 index 4b89df8..0000000 --- a/gas/testscripts/dostriptest +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -# $Id$ - -x=striptest.xx.$$ -y=striptest.yy.$$ - -cp $1 $x -strip $x -cp $2 $y -strip $y - -doobjcmp $x $y -exit - -#eof |