1Before you start testing it would be good to explain how it works. 2 3The 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 8 in read-only mode 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 12 is finished. 13 14 15To see the list of available parameters just run 'live-g-file --help' 16 17 18Notes: 19 - it's advised to clean target directory first, otherwise some tests might fail 20 (i.e. the tests creating testing structure) 21 22 23Tested: 24 - local filesystem (/tmp/...) 25 - file:// uri (file:///tmp/...) 26 - locatest:// gvfs backend (localtest:///tmp/...) 27 - FAT16 filesystem (no POSIX extensions) 28