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-exclusive-lock | |
parent | c54903cd6308cf4a56a439ea74d3f8943e5b605c (diff) | |
parent | 95df46e54ce090506cdce1c54616ea849670c2db (diff) |
Merge tag 'upstream/0.5.1' into debian
Upstream version 0.5.1
Diffstat (limited to 'tests/db-exclusive-lock')
-rw-r--r-- | tests/db-exclusive-lock/t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/db-exclusive-lock/t b/tests/db-exclusive-lock/t index 88172c9..c2df4b5 100644 --- a/tests/db-exclusive-lock/t +++ b/tests/db-exclusive-lock/t @@ -10,7 +10,7 @@ sleep .5 # subsequent runs fail as we can't acquire the exclusive lock ! interimap || error -grep -Fx "DBD::SQLite::db do failed: database is locked at ./interimap line 177." <"$STDERR" \ - || error "Is \$DBH->do(\"PRAGMA locking_mode = EXCLUSIVE\"); at line 177?" +grep -Fx "DBD::SQLite::db do failed: database is locked at ./interimap line 176." <"$STDERR" \ + || error "Is \$DBH->do(\"PRAGMA locking_mode = EXCLUSIVE\"); at line 176?" # vim: set filetype=sh : |