X-Git-Url: https://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/1688bad1e5dc89cacf33bc426c92a4abf2bc0647..fbe1276f79d2c12aef279562eed9975e5b74db85:/tests/macros.at diff --git a/tests/macros.at b/tests/macros.at index 4bf1c69..4c7c8dd 100644 --- a/tests/macros.at +++ b/tests/macros.at @@ -1,4 +1,4 @@ -dnl Copyright © 2014-2015, 2018 Nick Bowler +dnl Copyright © 2014-2015, 2018-2019, 2021 Nick Bowler dnl dnl License WTFPL2: Do What The Fuck You Want To Public License, version 2. dnl This is free software: you are free to do what the fuck you want to. @@ -43,8 +43,8 @@ AC_CONFIG_FILES([test]) TEST_AUTORECONF TEST_CONFIGURE -printf '%s\n' "$srcdir" | sed -e 's:/\./:/:g' -e 's:/\.$::g' \ - -e 's:\(.\)//*:\1/:g' >expout +printf '${top_srcdir}/%s\n' "$srcdir" | sed -e 's:/\./:/:g' -e 's:/\.$::g' \ + -e 's:\(.\)//*:\1/:g' >expout AT_CHECK([cat test], [0], [expout]) AT_CLEANUP