aboutsummaryrefslogtreecommitdiffstats
path: root/tests/db-no-create--watch/t
blob: 30975588f7fd28b06bc43c029ff25694d7ac61e8 (plain)
1
2
3
4
5
6
! interimap --watch=60 || error

grep -Ex "DBI connect\(.*\) failed: unable to open database file at (\S+/)?interimap line 177\." <"$STDERR" || error
test \! -e "$XDG_DATA_HOME/interimap/remote.db" || error

# vim: set filetype=bash :