Skip to content

Commit

Permalink
Conditionally run the reiser4 test
Browse files Browse the repository at this point in the history
The line to add the test was uncommented a while ago, possibly
intentionally, but the surrounding lines to make it conditional were
not. Disclaimer: I have not actually tried to run the test.
  • Loading branch information
chewi committed Oct 27, 2024
1 parent 7f00675 commit 94e8111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ if ENABLE_REISERFS
TESTS += reiserfs.test
endif

#if ENABLE_REISER4
if ENABLE_REISER4
TESTS += reiser4.test
#endif
endif

if ENABLE_HFSP
TESTS += hfsplus.test
Expand Down

0 comments on commit 94e8111

Please sign in to comment.