mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
test: test one character long directory names at top level
Yes, it's broken. Reported by h01ger on IRC.
This commit is contained in:
parent
e311aad182
commit
0f6b399d5b
1 changed files with 14 additions and 0 deletions
|
@ -169,6 +169,20 @@ output=$(NOTMUCH_NEW --debug)
|
||||||
test_expect_equal "$output" "(D) add_files, pass 3: queuing leftover directory ${MAIL_DIR}/two for deletion from database
|
test_expect_equal "$output" "(D) add_files, pass 3: queuing leftover directory ${MAIL_DIR}/two for deletion from database
|
||||||
No new mail. Removed 3 messages."
|
No new mail. Removed 3 messages."
|
||||||
|
|
||||||
|
test_begin_subtest "One character directory at top level"
|
||||||
|
test_subtest_known_broken
|
||||||
|
|
||||||
|
generate_message [dir]=A
|
||||||
|
generate_message [dir]=A/B
|
||||||
|
generate_message [dir]=A/B/C
|
||||||
|
|
||||||
|
output=$(NOTMUCH_NEW --debug)
|
||||||
|
test_expect_equal "$output" "Added 3 new messages to the database."
|
||||||
|
|
||||||
|
# clean up after the broken test to not mess up other tests
|
||||||
|
rm -rf "${MAIL_DIR}"/A
|
||||||
|
NOTMUCH_NEW 2>&1 > /dev/null
|
||||||
|
|
||||||
test_begin_subtest "Support single-message mbox"
|
test_begin_subtest "Support single-message mbox"
|
||||||
cat > "${MAIL_DIR}"/mbox_file1 <<EOF
|
cat > "${MAIL_DIR}"/mbox_file1 <<EOF
|
||||||
From test_suite@notmuchmail.org Fri Jan 5 15:43:57 2001
|
From test_suite@notmuchmail.org Fri Jan 5 15:43:57 2001
|
||||||
|
|
Loading…
Reference in a new issue