summaryrefslogtreecommitdiff
path: root/tests/assert-install.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-11-13 07:25:54 -0300
committerEuAndreh <eu@euandre.org>2023-11-13 08:00:44 -0300
commit6fb906cf213ab77eb549ef164a0bc33b6536c3fa (patch)
treeff0e85ac6c5eccf0cfbfab47eb215a0dcbae2c53 /tests/assert-install.sh
parentMakefile: Clean directory symlink potential leftover before recreating (diff)
downloadpapod-6fb906cf213ab77eb549ef164a0bc33b6536c3fa.tar.gz
papod-6fb906cf213ab77eb549ef164a0bc33b6536c3fa.tar.xz
tests/assert-uninstall.sh: Split from assert-install.sh
Diffstat (limited to 'tests/assert-install.sh')
-rwxr-xr-xtests/assert-install.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/assert-install.sh b/tests/assert-install.sh
index f8c0104..65080df 100755
--- a/tests/assert-install.sh
+++ b/tests/assert-install.sh
@@ -21,18 +21,4 @@ NODE_PATH="$D/usr/lib/node:$NODE_PATH"
"$(yellow "$0")"
papo -V | grep -q '^papo '
printf ' %s\n' "$(green 'OK')"
-
- make -s DESTDIR="$D" uninstall
- printf '%s: that the "uninstall" target removes everything...' \
- "$(yellow "$0")"
- if [ "$(find "$D" -not -type d | wc -l)" != 0 ]; then
- printf ' ERR.\n'
- cat <<-EOF
- Leftover files not removed by "make uninstall":
-
- $(find "$D" -not -type d)
- EOF
- exit 1
- fi
- printf ' %s\n' "$(green 'OK')"
} >&2