summaryrefslogtreecommitdiff
path: root/tests/assert-deps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/assert-deps.sh')
-rwxr-xr-xtests/assert-deps.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/assert-deps.sh b/tests/assert-deps.sh
deleted file mode 100755
index b73933d..0000000
--- a/tests/assert-deps.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-set -eu
-
-. tools/lib.sh
-
-{
- printf '%s: all deps.mk is up-to-date...' "$(yellow "$0")"
- sh mkdeps.sh | diff -U10 deps.mk -
- printf ' %s\n' "$(green 'OK')"
-} >&2