1 Before you start testing it would be good to explain how it works.
3 The script works in three modes:
4 1. read-only (no special arguments) - suitable for read-only backends. Just
5 create the sample structure using the second mode, pack it (tar -p is
6 preffered to preserve unix modes) and put it on a reachable place.
7 2. create-structure - only creates reference structure for later testing
9 3. write mode - full test suite, creates testing structure and performs all
10 read and write tests. Please note the delete/move tests are included
11 in this mode and target directory structure is unusable after the script
15 To see the list of available parameters just run 'live-g-file --help'
19 - it's advised to clean target directory first, otherwise some tests might fail
20 (i.e. the tests creating testing structure)
24 - local filesystem (/tmp/...)
25 - file:// uri (file:///tmp/...)
26 - locatest:// gvfs backend (localtest:///tmp/...)
27 - FAT16 filesystem (no POSIX extensions)