Skip to content

Commit

Permalink
Regold test (#21134)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschwen committed Mar 16, 2023
1 parent 0b81950 commit 1af1d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/tensor_mechanics/test/tests/uexternaldb/tests
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
library_mode = 'DYNAMIC'
valgrind = 'NONE'
cli_args = 'UserObjects/uexternaldb/execute_on=INITIAL'
expect_out = 'getoutdir 1 \. '
expect_out = 'getoutdir 0 '
requirement = 'The Abaqus UEXTERNALDB interface shall provide the Abaqus API to obtain the '
'simulation output directory.'
[]
Expand Down
2 changes: 1 addition & 1 deletion unit/src/SplitFileNameTest.C
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ TEST(SplitFileName, validName)

full = "valid.txt";
split = MooseUtils::splitFileName(full);
EXPECT_EQ(split.first.compare("."), 0);
EXPECT_EQ(split.first.compare(""), 0);
EXPECT_EQ(split.second.compare("valid.txt"), 0);
}

0 comments on commit 1af1d72

Please sign in to comment.