Home | History | Annotate | Download | only in unit-tests

Lines Matching defs:not

10 # The second command thus does not see the shell variable from the first
21 # expect-not: echo "prefixes: no echo"
31 # Deviation from POSIX: The shell "-e" option is not in effect.
39 # expect-not-matches: ^do%-prefix%-plus: a regular command
52 # expect: do-error-not-ignored: successful
53 # expect-not: do-error-not-ignored: after an error
54 all: error-not-ignored
55 error-not-ignored:
56 @${MAKE} -f ${MAKEFILE} do-error-not-ignored || :
57 do-error-not-ignored: