summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-11-10 11:19:10 -0300
committerEuAndreh <eu@euandre.org>2023-11-10 11:19:10 -0300
commit8ae9cb0c559e150713e364b7b049a41e4bca954b (patch)
tree4e90ce7268f03bb74836b63f4c8c9135af62cade
parenttools/makehelp.sh: Fix path to lib.sh (diff)
downloadpapod-8ae9cb0c559e150713e364b7b049a41e4bca954b.tar.gz
papod-8ae9cb0c559e150713e364b7b049a41e4bca954b.tar.xz
tests/assert-install.sh: Fix progress report string
-rwxr-xr-xtests/assert-install.sh2
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