source: git/Tst/Manual/Pipe_links.tst @ 4aad7a

spielwiese
Last change on this file since 4aad7a was 4aad7a, checked in by Hans Schoenemann <hannes@…>, 4 years ago
fix: pipe test
  • Property mode set to 100644
File size: 155 bytes
Line 
1LIB "tst.lib"; tst_init();
2  link l="|: TZ=Europe/Berlin date --date='@0' --rfc-3339='seconds'";
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.