X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT530-upgrade.sh;fp=test%2FT530-upgrade.sh;h=d46e3d1703e1f597b835b2d85be154240dbe235d;hp=67bbf319a1b7b271212fa6e0d7b74794d293ac07;hb=a7eaa4d84a909275fe0c089f8dbf346ebcdc69c6;hpb=4c62d9366a389b7ddca796009d1dfe6a885cfde0 diff --git a/test/T530-upgrade.sh b/test/T530-upgrade.sh index 67bbf319..d46e3d17 100755 --- a/test/T530-upgrade.sh +++ b/test/T530-upgrade.sh @@ -26,9 +26,11 @@ output=$(notmuch search path:foo) test_expect_equal "$output" "" test_begin_subtest "database upgrade from format version 1" -output=$(notmuch new) +output=$(notmuch new | sed -e 's/^Backing up tags to .*$/Backing up tags to FILENAME/') test_expect_equal "$output" "\ Welcome to a new version of notmuch! Your database will now be upgraded. +This process is safe to interrupt. +Backing up tags to FILENAME Your notmuch database has now been upgraded to database format version 2. No new mail."