From: Stefano Lattarini Date: Mon, 20 May 2013 13:07:48 +0000 (+0200) Subject: test-lib: fix botched function name in an error message X-Git-Tag: v1.13.2b~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a39c6de9ac11f65990a46797afe8b6015847661;p=thirdparty%2Fautomake.git test-lib: fix botched function name in an error message * t/ax/am-test-lib.sh (useless_vpath_rebuild): Here. Signed-off-by: Stefano Lattarini --- diff --git a/t/ax/am-test-lib.sh b/t/ax/am-test-lib.sh index 5804372ea..1a1efb1bf 100644 --- a/t/ax/am-test-lib.sh +++ b/t/ax/am-test-lib.sh @@ -323,7 +323,7 @@ END yes) return 0;; no) return 1;; "") ;; - *) fatal_ "no_useless_builddir_remake: internal error";; + *) fatal_ "useless_vpath_rebuild: internal error";; esac } am__useless_vpath_rebuild=""