source: git/Tst/Long/makedbm_l.tst @ 1ebec3

spielwiese
Last change on this file since 1ebec3 was ef52d6, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Update testsuite wrt current master (320c4f5e64cad778b4ada9556a9b0a6c71cab83a) NOTE: some wrong/bad tests were removed... TODO: add the reset of these updates after updating LIB/
  • Property mode set to 100644
File size: 379 bytes
Line 
1LIB "tst.lib";
2LIB "makedbm.lib";
3
4tst_init();
5
6// ===============================================
7int i;
8create_sing_dbm();
9read_sing_dbm();
10"//////////////////////////////////////////////////////////////////////";
11
12// ===============================================
13link l="DBM: NFlist";
14dbm_read(l);
15kill l;
16i=system("sh", "/bin/rm -f NFlist.dir NFlist.pag");
17tst_status(1);$
Note: See TracBrowser for help on using the repository browser.