2006-04-25 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / objcopy.exp
index 23e537ea76ac761d217dafc6c52535dd0872236d..d46b5381846bed19db2440d4707cb06143754c87 100644 (file)
@@ -359,6 +359,12 @@ proc strip_test { } {
        return
     }
 
+    set exec_output [binutils_run $STRIP "-g $archive"]
+    if ![string match "" $exec_output] {
+       fail $test
+       return
+    }
+
     set exec_output [binutils_run $STRIP "$STRIPFLAGS $archive"]
     if ![string match "" $exec_output] {
        fail $test
This page took 0.023032 seconds and 4 git commands to generate.