if test "$AUTOPKGTEST_TMP" != ""; then
	rm -f test/lib/utils/npm-usage.js \
		test/fixtures/tnock.js \
		test/lib/commands/audit.js \
		test/lib/commands/ci.js \
		test/lib/commands/config.js \
		test/lib/commands/dedupe.js \
		test/lib/commands/exec.js \
		test/lib/commands/find-dupes.js \
		test/lib/commands/install.js \
		test/lib/commands/prune.js \
		test/lib/commands/doctor.js \
		test/lib/commands/unpublish.js \
		test/lib/commands/update.js
fi
HOME=${AUTOPKGTEST_TMP:-/tmp} tap -J -R spec --no-cov `find test -name '*.js'|grep -v -f debian/tests/test_excluded`
