adjust/add tests
This commit is contained in:
committed by
Bennet Bleßmann
parent
143f32be23
commit
409159d68d
@@ -4,6 +4,6 @@ $ scryer-prolog -f --no-add-history -g 'use_module(library(process)), process_cr
|
||||
```
|
||||
|
||||
```trycmd
|
||||
$ scryer-prolog -f --no-add-history -g 'use_module(library(process)), use_module(library(format)), process_create("cmd", [], [process(P), stdout(null), stdin(pipe(S))]), format(S, "exit 1~n", []), process_wait(P, Status), halt'
|
||||
$ scryer-prolog -f --no-add-history -g 'use_module(library(process)), use_module(library(format)), process_create("cmd", [], [process(P), stdout(null), stdin(pipe(S))]), format(S, "exit 1~n", []), process_wait(P, exit(1)), halt'
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user