19 lines
737 B
Diff
19 lines
737 B
Diff
--- a/tests/link-order.at
|
|
+++ b/tests/link-order.at
|
|
@@ -99,12 +99,12 @@ aix* | interix*) ;; # These systems hav
|
|
case $hardcode_direct$hardcode_direct_absolute in
|
|
yesno)
|
|
AT_CHECK([if $EGREP relinking stderr; then
|
|
- $EGREP " .*\/new\/lib/libb$shared_ext .*\/old\/lib/libcee$shared_ext" stdout
|
|
+ $EGREP " .*/new/lib/libb$shared_ext .*/old/lib/libcee$shared_ext" stdout
|
|
else :; fi], [0], [ignore], [], [echo "wrong link order"])
|
|
;;
|
|
*)
|
|
AT_CHECK([if $EGREP relinking stderr; then
|
|
- $EGREP " -L.*\/new\/lib -lb -L.*\/old\/lib -lcee" stdout
|
|
+ $EGREP " -L.*/new/lib -lb -L.*/old/lib -lcee" stdout
|
|
else :; fi], [0], [ignore], [], [echo "wrong link order"])
|
|
;;
|
|
esac
|
|
|