|
- [
- {
- "title": "gen ident",
- "cmd": [ "genident", "name=A Test User" ],
- "exit": 0
- },
- {
- "special": "setup bittorrent files",
- "complete": false
- },
- {
- "title": "add metadata before import",
- "cmd": [ "modify", "+other=bar", "somedir/fileb.txt" ]
- },
- {
- "title": "import partial container",
- "cmd": [ "container", "somedir.torrent" ],
- "stderr": "Warning, incomple/invalid files, not added for 'somedir.torrent':\n\t'filea.txt'\n\t'filec.txt'\n\t'filee.txt'\n"
- },
- {
- "title": "search no other with container",
- "cmd": [ "search", "file", "-other" ],
- "stdout_re": "^[^\n]*/somedir/filed.txt\n[^\n]*/somedir/filef/filef.txt\n$"
- }
- ]
|