From 8a39c6de9ac11f65990a46797afe8b6015847661 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Mon, 20 May 2013 15:07:48 +0200 Subject: [PATCH] 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 --- t/ax/am-test-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="" -- 2.47.2