diff options
Diffstat (limited to 'contrib/bmake/unit-tests/posix.exp')
-rw-r--r-- | contrib/bmake/unit-tests/posix.exp | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/contrib/bmake/unit-tests/posix.exp b/contrib/bmake/unit-tests/posix.exp index 01961f363f59..0d299fcca8d3 100644 --- a/contrib/bmake/unit-tests/posix.exp +++ b/contrib/bmake/unit-tests/posix.exp @@ -1,26 +1,4 @@ -Posix says we should execute the command as if run by system(3) -Expect 'Hello,' and 'World!' -Hello, -World! -a command -a command prefixed by '+' executes even with -n -another command -make -n -echo a command -echo "a command prefixed by '+' executes even with -n" -a command prefixed by '+' executes even with -n -echo another command -make -n -j1 -{ echo a command -} || exit $? -echo "a command prefixed by '+' executes even with -n" -a command prefixed by '+' executes even with -n -{ echo another command -} || exit $? -Now we expect an error... -*** Error code 1 (continuing) -`all' not remade because of errors. +make: no target to make. -Stop. make: stopped in unit-tests -exit status 1 +exit status 2 |