Skip to content

Commit

Permalink
fix plan
Browse files Browse the repository at this point in the history
  • Loading branch information
mirostauder committed Jun 6, 2023
1 parent 390d810 commit ed6b5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tap/tests/envvars-t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ int main() {
// }
cl.getEnv();

plan(4);
plan(3);

value = getenv("TAP_ENV_VAR1");
ok((value != NULL) and (strcmp(value, ".env") == 0), "Env variable 'TAP_ENV_VAR1' from '.env' Expected: '.env' Actual: '%s'", value); // ok_1
Expand Down

0 comments on commit ed6b5d1

Please sign in to comment.