Skip to content

Commit

Permalink
nixos/osquery: revert test for database_path
Browse files Browse the repository at this point in the history
(cherry picked from commit e0ac519)
  • Loading branch information
bstanderline authored and LeSuisse committed Mar 5, 2025
1 parent 3698efd commit e9ef8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/osquery.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import ./make-test-python.nix (
machine.succeed("echo 'SELECT value FROM osquery_flags WHERE name = \"nullvalue\";' | osqueryi | tee /dev/console | grep -q ${nullvalue}")
# Module creates directories for default database_path and pidfile flag values.
machine.succeed("test -d $(dirname /var/lib/${cfg.flags.database_path})")
machine.succeed("test -d $(dirname ${cfg.flags.database_path})")
machine.succeed("test -d $(dirname ${cfg.flags.pidfile})")
'';
}
Expand Down

0 comments on commit e9ef8fd

Please sign in to comment.