diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2014-01-09 17:18:59 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2014-01-13 14:16:46 -0400 |
| commit | a755c9d6a9099366cc82ba3a4bee8e6d2b83d529 (patch) | |
| tree | e17400d2996686722eb94404902f62043b764237 /test/setup | |
| parent | 84719b08f757a6079f4c3331d0c476d19b265948 (diff) | |
test: renamed test scripts to format T\d\d\d-name.sh
All test scripts to be executed are now named as T\d\d\d-name.sh,
numers in increments of 10.
This eases adding new tests and developers to see which are test scripts
that are executed by test suite and in which order.
Diffstat (limited to 'test/setup')
| -rwxr-xr-x | test/setup | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/test/setup b/test/setup deleted file mode 100755 index 124ef1c8..00000000 --- a/test/setup +++ /dev/null @@ -1,27 +0,0 @@ -#!/usr/bin/env bash - -test_description='"notmuch setup"' -. ./test-lib.sh - -test_begin_subtest "Create a new config interactively" -notmuch --config=new-notmuch-config > /dev/null <<EOF -Test Suite -test.suite@example.com -another.suite@example.com - -/path/to/maildir -foo bar -baz -EOF -output=$(notmuch --config=new-notmuch-config config list) -test_expect_equal "$output" "\ -database.path=/path/to/maildir -user.name=Test Suite -user.primary_email=test.suite@example.com -user.other_email=another.suite@example.com; -new.tags=foo;bar; -new.ignore= -search.exclude_tags=baz; -maildir.synchronize_flags=true" - -test_done |
