summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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