diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2011-02-05 00:38:15 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2011-02-05 00:38:15 +0100 | 
| commit | 2b64734e7a51ff556326df2991d9e71dda9d2a80 (patch) | |
| tree | a42f84aec494416666e99cea1cb4a8b8c1d20727 /test/list/filename_recursive | |
| parent | c9077797656d710d24b84d9a8523c4ffc8515b38 (diff) | |
Add test for --recursive
Diffstat (limited to 'test/list/filename_recursive')
| -rw-r--r-- | test/list/filename_recursive | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/test/list/filename_recursive b/test/list/filename_recursive new file mode 100644 index 0000000..5ffa63e --- /dev/null +++ b/test/list/filename_recursive @@ -0,0 +1,6 @@ +NUM	FORMAT	WIDTH	HEIGHT	PIXELS	SIZE(bytes)	ALPHA	FILENAME +1	gif	16	16	256	953		-	test/ok/gif +2	jpeg	16	16	256	354		-	test/ok/jpg +3	png	16	16	256	403		X	test/ok/png +4	pnm	16	16	256	269		-	test/ok/pnm +5	png	16	16	256	403		X	test/ok/recursive/png  | 
