Merge pull request #182508 from primeos/signal-desktop

nixos/tests/signal-desktop: Fix the sqlite3 part of the test (regressed)

authored by

Michael Weiss and committed by
GitHub
a4c8c468 c55fac77

+1 -1
+1 -1
nixos/tests/signal-desktop.nix
··· 60 60 ) 61 61 # Only SQLCipher should be able to read the encrypted DB: 62 62 machine.fail( 63 - "su - alice -c 'sqlite3 ~/.config/Signal/sql/db.sqlite .databases'" 63 + "su - alice -c 'sqlite3 ~/.config/Signal/sql/db.sqlite .tables'" 64 64 ) 65 65 print(machine.succeed( 66 66 "su - alice -c 'sqlcipher ~/.config/Signal/sql/db.sqlite'"