diff options
author | EuAndreh <eu@euandre.org> | 2023-11-10 11:19:10 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-11-10 11:19:10 -0300 |
commit | 8ae9cb0c559e150713e364b7b049a41e4bca954b (patch) | |
tree | 4e90ce7268f03bb74836b63f4c8c9135af62cade | |
parent | tools/makehelp.sh: Fix path to lib.sh (diff) | |
download | papod-8ae9cb0c559e150713e364b7b049a41e4bca954b.tar.gz papod-8ae9cb0c559e150713e364b7b049a41e4bca954b.tar.xz |
tests/assert-install.sh: Fix progress report string
-rwxr-xr-x | tests/assert-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |