Merge pull request #182508 from primeos/signal-desktop

nixos/tests/signal-desktop: Fix the sqlite3 part of the test (regressed)
This commit is contained in:
Michael Weiss 2022-07-24 12:27:38 +02:00 committed by GitHub
commit a4c8c46831
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ in {
)
# Only SQLCipher should be able to read the encrypted DB:
machine.fail(
"su - alice -c 'sqlite3 ~/.config/Signal/sql/db.sqlite .databases'"
"su - alice -c 'sqlite3 ~/.config/Signal/sql/db.sqlite .tables'"
)
print(machine.succeed(
"su - alice -c 'sqlcipher ~/.config/Signal/sql/db.sqlite'"