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:
parent
2d17be11ed
commit
5abf78059f
2 changed files with 2 additions and 1 deletions
|
|
@ -30,6 +30,8 @@ is_ood() {
|
|||
redo-ood | qgrep '^bork$'
|
||||
}
|
||||
|
||||
. ../skip-if-minimal-do.sh
|
||||
|
||||
|
||||
# The table for our table-driven test.
|
||||
# Column meanings are:
|
||||
|
|
|
|||
|
|
@ -2,4 +2,3 @@ if [ -n "$DO_BUILT" ]; then
|
|||
echo "$REDO_TARGET: skipping: not supported in minimal/do." >&2
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue