func/core/pkg_sqlite/20-sqlite-dump.sh

5 lines
149 B
Bash
Raw Normal View History

2024-08-15 03:52:26 +00:00
#!/bin/bash
r_log "sqlite" "Test that we can dump the database"
sqlite3 /var/tmp/coretest.db ".dump" | grep -q "Green_Obsidian"
r_checkExitStatus $?