if test "$AUTOPKGTEST_TMP" != ""; then
	rm -f test/lib/utils/npm-usage.js \
		test/fixtures/tnock.js \
		test/lib/commands/access.js \
		test/lib/commands/adduser.js \
		test/lib/commands/audit.js \
		test/lib/commands/cache.js \
		test/lib/commands/ci.js \
		test/lib/commands/config.js \
		test/lib/commands/dedupe.js \
		test/lib/commands/deprecate.js \
		test/lib/commands/doctor.js \
		test/lib/commands/exec.js \
		test/lib/commands/find-dupes.js \
		test/lib/commands/install.js \
		test/lib/commands/owner.js \
		test/lib/commands/ping.js \
		test/lib/commands/prune.js \
		test/lib/commands/publish.js \
		test/lib/commands/search.js \
		test/lib/commands/star.js \
		test/lib/commands/unpublish.js \
		test/lib/commands/unstar.js \
		test/lib/commands/update.js \
		test/lib/commands/whoami.js \
		test/lib/utils/error-message.js \
		test/lib/utils/update-notifier.js
fi
HOME=${AUTOPKGTEST_TMP:-/tmp} tap -J -R spec --no-cov test
