Skip to content

Commit

Permalink
Need to have same default, so update test
Browse files Browse the repository at this point in the history
Remove never true rm in script
  • Loading branch information
pwdraper committed Jun 9, 2020
1 parent 94c0b1b commit ee591c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/testParser.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ int main(int argc, char *argv[]) {
parser_get_opt_param_string(&param_file, "MetaData:run_name", run_name_1,
"Untitled SWIFT simulation");
parser_get_opt_param_string(&param_file, "MetaData:run_name", run_name_2,
"banana");
"Untitled SWIFT simulation");
assert(strcmp(run_name_1, run_name_2) == 0);

return 0;
Expand Down
1 change: 0 additions & 1 deletion tests/testParser.sh.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash

rm -f parser_output.yml
./testParser @srcdir@/testParserInput.yaml

0 comments on commit ee591c3

Please sign in to comment.