gold: Update ver_test_pr16504.sh
[deliverable/binutils-gdb.git] / gold / testsuite / ver_test_pr16504.sh
index 90574149e0ca6f6b5c6b659e56fb5701d35695b9..9def5a525ec975bb6ad51208afdc4a4e7b14308e 100755 (executable)
@@ -24,7 +24,7 @@
 
 check()
 {
-    if ! grep -q "$2" "$1"
+    if ! egrep -q "$2" "$1"
     then
        echo "Did not find expected symbol in $1:"
        echo "   $2"
@@ -36,6 +36,6 @@ check()
 }
 
 check ver_test_pr16504.stdout " FUNC .* UND  *foo@VER2"
-check ver_test_pr16504.stdout " IFUNC .* foo@@VER1"
+check ver_test_pr16504.stdout " (IFUNC|<OS specific>: 10) .* foo@@VER1"
 
 exit 0
This page took 0.024132 seconds and 4 git commands to generate.