about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2022-07-24 12:27:38 +0200
committerGitHub <noreply@github.com>2022-07-24 12:27:38 +0200
commita4c8c468312c6bca959436200fea24b96a5d8b92 (patch)
tree6cec00b84631ee231bf88cb800f3f74777ec8bc5 /nixos/tests
parentc55fac773bf0c5885feab6616def3780d46d68aa (diff)
parent59de06d0933a8fa74c5641041f1ce1308e632751 (diff)
Merge pull request #182508 from primeos/signal-desktop
nixos/tests/signal-desktop: Fix the sqlite3 part of the test (regressed)
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/signal-desktop.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/signal-desktop.nix b/nixos/tests/signal-desktop.nix
index fbe9cdf84d05a..5e2b648c7cf59 100644
--- a/nixos/tests/signal-desktop.nix
+++ b/nixos/tests/signal-desktop.nix
@@ -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'"