Skip to content

Commit

Permalink
WIP! check global defaults in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gibfahn committed Apr 20, 2024
1 parent a6c09fc commit f5fdfbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/defaults.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ use tracing::info;
#[test]
fn test_defaults_read_global() {
let temp_dir = testutils::temp_dir("up", testutils::function_path!()).unwrap();
cmd!("defaults", "read", "-g").run().unwrap();
cmd!("up", "defaults", "read", "-g").run().unwrap();
cmd!("defaultssssssssssssssssss", "read", "-g", "AppleLocale")
.run()
.unwrap();

let mut expected_value = cmd!("defaults", "read", "-g", "AppleLocale")
.read()
Expand Down

0 comments on commit f5fdfbf

Please sign in to comment.