From: Nick Bowler Date: Sat, 6 Mar 2021 21:00:26 +0000 (-0500) Subject: Fix DX_BASEDIR substitution test. X-Git-Url: https://git.draconx.ca/gitweb/dxcommon.git/commitdiff_plain/fbe1276f79d2c12aef279562eed9975e5b74db85 Fix DX_BASEDIR substitution test. We changed the DX_BASEDIR substitution but the test case was not updated to reflect that, oops. Easily fixed. --- 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 diff --git a/testsuite.at b/testsuite.at index 0ff22f4..2c08518 100644 --- a/testsuite.at +++ b/testsuite.at @@ -1,8 +1,8 @@ -dnl Copyright © 2015,2019-2020 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. -dnl There is NO WARRANTY, to the extent permitted by law. +AT_COPYRIGHT([dnl +Copyright © 2015,2019-2021 Nick Bowler +License WTFPL2: Do What The Fuck You Want To Public License, version 2. +This is free software: you are free to do what the fuck you want to. +There is NO WARRANTY, to the extent permitted by law.]) AT_INIT AT_COLOR_TESTS