* binutils-all/objcopy.exp (strip_test): Adjust for "no symbols" on
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / objcopy.exp
index e36f14edb0fa4a4326f9d45a469dad3ed2ffcd7d..ad92c0da8ad11bd8812c88d8b0d5b4d1d95c8b1c 100644 (file)
@@ -371,7 +371,7 @@ proc strip_test { } {
     }
 
     set exec_output [binutils_run $NM "-a $NMFLAGS $objfile"]
-    if ![string match "*: no symbols*" $exec_output] {
+    if ![string match "" $exec_output] {
        fail $test
        return
     }
@@ -558,7 +558,7 @@ proc strip_executable { prog flags test } {
     }
 
     set exec_output [binutils_run $NM "$NMFLAGS ${copyfile}"]
-    if ![string match "*: no symbols*" $exec_output] {
+    if ![string match "" $exec_output] {
        fail $test
        return
     }
This page took 0.025216 seconds and 4 git commands to generate.