X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/797c9847e8b7ddf6dd0bb39d21bdda4c8f20ca07..4ebed70c2119e843ce48ae4fa6076475d2100693:/tests/general.at diff --git a/tests/general.at b/tests/general.at index 624af5a..e35c578 100644 --- a/tests/general.at +++ b/tests/general.at @@ -1,4 +1,4 @@ -dnl Copyright © 2019-2021 Nick Bowler +dnl Copyright © 2019-2022 Nick Bowler dnl License GPLv2+: GNU General Public License version 2 or any later version. dnl This is free software: you are free to change and redistribute it. dnl There is NO WARRANTY, to the extent permitted by law. @@ -51,19 +51,19 @@ TEST_COMPILE_GOBJECT([str.c], [0], [], [stderr]) mv stderr str_stderr # Check for correct diagnostic messages on the target lines... -AT_CHECK([awk '/want a string/ { print NR }' "$str_gob" >str_lines]) +AT_CHECK([$AWK '/want a string/ { print NR }' "$str_gob" >str_lines]) total=0 exec 3