diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-07-02 00:15:41 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-07-02 00:15:41 +0200 |
commit | 9bf5257bb6f0e67d49015941827496586271bede (patch) | |
tree | edc8fe5f36b22b509092395a32e72796efeda85d /tests/db-no-create--watch | |
parent | c54903cd6308cf4a56a439ea74d3f8943e5b605c (diff) | |
parent | 95df46e54ce090506cdce1c54616ea849670c2db (diff) |
Merge tag 'upstream/0.5.1' into debian
Upstream version 0.5.1
Diffstat (limited to 'tests/db-no-create--watch')
-rw-r--r-- | tests/db-no-create--watch/t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/db-no-create--watch/t b/tests/db-no-create--watch/t index 89f1e3e..a8ea07e 100644 --- a/tests/db-no-create--watch/t +++ b/tests/db-no-create--watch/t @@ -1,6 +1,6 @@ ! interimap --watch=60 || error -grep -Ex "DBI connect\(.*\) failed: unable to open database file at \./interimap line 173\." <"$STDERR" || error +grep -Ex "DBI connect\(.*\) failed: unable to open database file at \./interimap line 172\." <"$STDERR" || error test \! -e "$XDG_DATA_HOME/interimap/remote.db" || error # vim: set filetype=sh : |