Don't escape forward slashes to prevent a warning from grep 3.8. diff --git a/tests/link-order.at b/tests/link-order.at --- a/tests/link-order.at +++ b/tests/link-order.at @@ -99,12 +99,12 @@ aix* | interix*) ;; # These systems have different path syntax 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 diff --git a/tests/testsuite b/tests/testsuite --- a/tests/testsuite +++ b/tests/testsuite @@ -20611,11 +20611,11 @@ aix* | interix*) ;; # These systems have different path syntax yesno) { set +x $as_echo "$at_srcdir/link-order.at:101: 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" at_fn_check_prepare_notrace 'an embedded newline' "link-order.at:101" ( $at_check_trace; 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 ) >>"$at_stdout" 2>>"$at_stderr" 5>&- at_status=$? at_failed=false @@ -20633,11 +20633,11 @@ $at_traceon; } *) { set +x $as_echo "$at_srcdir/link-order.at:106: 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" at_fn_check_prepare_notrace 'an embedded newline' "link-order.at:106" ( $at_check_trace; 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 ) >>"$at_stdout" 2>>"$at_stderr" 5>&- at_status=$? at_failed=false >
AgeCommit message (Expand)Author
2024-02-22gnu: spice: Update to 0.15.2.Ahmad Draidi via Guix-patches via
2024-02-22gnu: virglrenderer: Update to 1.0.1.Ahmad Draidi via Guix-patches via
2023-07-23gnu: virt-viewer: Fix build.Tobias Geerinckx-Rice
2023-04-09gnu: libcacard: Use latest meson.Maxim Cournoyer
2023-04-03gnu: libcacard: Build with older meson.Efraim Flashner
2023-02-25gnu: virglrenderer: Update to 0.10.4.Simon Streit
2023-02-25gnu: spice-gtk: Adjust the default file name of the ACL helper binary.Maxim Cournoyer
2023-02-25gnu: spice-gtk: Enable support for polkit, webdav and others.Maxim Cournoyer
2023-02-25gnu: spice-vdagent: Update to 0.22.1.Maxim Cournoyer
2023-02-25gnu: spice: Update to 0.15.1.Maxim Cournoyer
2023-02-25gnu: libcacard: Remove obsolete configure flags.Maxim Cournoyer
2023-02-25gnu: virglrenderer: Update to 0.7.0.Maxim Cournoyer
2023-02-25gnu: usbredir: Update to 0.13.0.Maxim Cournoyer
2023-02-25gnu: spice-protocol: Update to 0.14.4.Maxim Cournoyer
2023-02-25gnu: spice-gtk: Propagate libjpeg-turbo, lz4, opus, and usbredir.Maxim Cournoyer
2023-02-25gnu: spice-gtk: Update to 0.42.Maxim Cournoyer
2023-02-25gnu: spice-gtk: Use gexps.Maxim Cournoyer
2023-02-25gnu: spice-gtk: Remove input labels.Maxim Cournoyer
2023-02-25gnu: spice-gtk: Fix indentation and normalize field order.Maxim Cournoyer