Skip to content

Commit

Permalink
Tests: Don't use persistent app data
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 9, 2021
1 parent cdeccdb commit 6dfa761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/tests/test_archive/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ int main(int argc, char **argv)
try
{
TextApp app(makeList(argc, argv));
app.initSubsystems();
app.initSubsystems(App::DisablePersistentData);

Block b;
Writer(b, littleEndianByteOrder) << duint32(0x11223344);
Expand Down

0 comments on commit 6dfa761

Please sign in to comment.