aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2020-08-03 09:29:27 -0700
committerEric Biggers <ebiggers@google.com>2020-08-03 09:30:02 -0700
commit870e46a10bc24b8c1d8ff65ca57b60fac296dfcf (patch)
treee926c1af0fa1b4925e08c97b047a1eaac23bb038
parentab012653d39e9c011ad5ef530aee38e5e4d8f409 (diff)
downloadfsverity-utils-870e46a10bc24b8c1d8ff65ca57b60fac296dfcf.tar.gz
run-tests.sh: test build and install with dash
Signed-off-by: Eric Biggers <ebiggers@google.com>
-rwxr-xr-xscripts/run-tests.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh
index 092159a..44df304 100755
--- a/scripts/run-tests.sh
+++ b/scripts/run-tests.sh
@@ -93,6 +93,11 @@ if [ "$(find "$TMPDIR" -type f -o -type l | wc -l)" != 0 ]; then
fi
rm -r "${TMPDIR:?}"/*
+log "Build, install, and uninstall with dash"
+make clean SHELL=/bin/dash
+make DESTDIR="$TMPDIR" SHELL=/bin/dash install
+make DESTDIR="$TMPDIR" SHELL=/bin/dash uninstall
+
log "Check that all files have license and copyright info"
list="$TMPDIR/filelist"
filter_license_info() {