From fbe1276f79d2c12aef279562eed9975e5b74db85 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Sat, 6 Mar 2021 16:00:26 -0500 Subject: [PATCH] Fix DX_BASEDIR substitution test. We changed the DX_BASEDIR substitution but the test case was not updated to reflect that, oops. Easily fixed. --- tests/macros.at | 6 +++--- testsuite.at | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) 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 -- 2.43.0