Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer-coding committed Sep 15, 2024
1 parent 250fa56 commit ca8e94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/tests/test_command.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ FOSSIL_TEST(test_fossil_command_output) {

FOSSIL_TEST(test_fossil_command_exists) {
// Test known commands for Meson
ASSUME_ITS_EQUAL_I32(fossil_command_exists("meson --version"), 0); // Command should exist
ASSUME_ITS_EQUAL_I32(fossil_command_exists("meson"), 0); // Command should exist
}

FOSSIL_TEST(test_fossil_command_erase_exists) {
Expand Down

0 comments on commit ca8e94b

Please sign in to comment.