source: git/Tst/Manual/Pipe_links.tst @ 7a73b9

fieker-DuValspielwiese
Last change on this file since 7a73b9 was 7a73b9, checked in by Hans Schoenemann <hannes@…>, 4 years ago
test: depend on gnu-date, changed to echo
  • Property mode set to 100644
File size: 109 bytes
Line 
1LIB "tst.lib"; tst_init();
2  link l="|: echo bla";
3  open(l); l;
4  read(l);
5  close(l);
6  l;
7tst_status(1);$
Note: See TracBrowser for help on using the repository browser.