aboutsummaryrefslogtreecommitdiffstats
path: root/tests/db-no-create--watch
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-07-01 22:41:28 +0200
committerGuilhem Moulin <guilhem@fripost.org>2020-07-02 00:14:39 +0200
commita1c089b997ebf705a9023b4f0f97327e5bd2814e (patch)
tree5bbc5a441626b26bbebd61ecb220714f99f92bb5 /tests/db-no-create--watch
parentbb7790c7e6e4a2ab4f1658222c19978f6601b35b (diff)
Makefile: Major refactoring, add install and uninstall targets.
Honor BUILD_DOCDIR and DESTDIR variables. Also, remove the `use lib` statement from our executables.
Diffstat (limited to 'tests/db-no-create--watch')
-rw-r--r--tests/db-no-create--watch/t2
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 :