t/351-deps-forget: forgot skip-if-minimal-do.

minimal/do doesn't really understand dependencies at all, to say
nothing of forgetting targets and converting them to sources.
This commit is contained in:
Avery Pennarun 2018-12-03 23:20:23 -05:00
commit 5abf78059f
2 changed files with 2 additions and 1 deletions

View file

@ -2,4 +2,3 @@ if [ -n "$DO_BUILT" ]; then
echo "$REDO_TARGET: skipping: not supported in minimal/do." >&2
exit 0
fi