From 8ae9cb0c559e150713e364b7b049a41e4bca954b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 10 Nov 2023 11:19:10 -0300 Subject: tests/assert-install.sh: Fix progress report string --- tests/assert-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/assert-install.sh') diff --git a/tests/assert-install.sh b/tests/assert-install.sh index f2696bc..63410ea 100755 --- a/tests/assert-install.sh +++ b/tests/assert-install.sh @@ -21,7 +21,7 @@ NODE_PATH="$D/usr/lib/node:$NODE_PATH" printf ' OK.\n' make -s DESTDIR="$D" uninstall - printf 'Assert that the papo(1) command is installed correctly...' + printf 'Assert that the "uninstall" target removes everything...' if [ "$(find "$D" -not -type d | wc -l)" != 0 ]; then printf ' ERR.\n' cat <<-EOF -- cgit v1.2.3