add another catart test
This commit is contained in:
parent
a147acfaaf
commit
37ea44a540
@ -48,6 +48,8 @@ fn run_all_tests() -> Result<(), Error> {
|
||||
|
||||
run_test("tests/catar_data/test_goodbye_sort_order")?;
|
||||
|
||||
run_test("tests/catar_data/test_files_and_subdirs")?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
1
tests/catar_data/test_files_and_subdirs/a-test-symlink
Symbolic link
1
tests/catar_data/test_files_and_subdirs/a-test-symlink
Symbolic link
@ -0,0 +1 @@
|
||||
file2
|
1
tests/catar_data/test_files_and_subdirs/file1
Normal file
1
tests/catar_data/test_files_and_subdirs/file1
Normal file
@ -0,0 +1 @@
|
||||
ABC
|
1
tests/catar_data/test_files_and_subdirs/file2
Normal file
1
tests/catar_data/test_files_and_subdirs/file2
Normal file
@ -0,0 +1 @@
|
||||
CDEFG
|
1
tests/catar_data/test_files_and_subdirs/subdir1/subfile1
Normal file
1
tests/catar_data/test_files_and_subdirs/subdir1/subfile1
Normal file
@ -0,0 +1 @@
|
||||
test subdir1 content
|
1
tests/catar_data/test_files_and_subdirs/subdir1/subfile2
Normal file
1
tests/catar_data/test_files_and_subdirs/subdir1/subfile2
Normal file
@ -0,0 +1 @@
|
||||
another test subdir1 content
|
Loading…
Reference in New Issue
Block a user