Index: subversion/tests/cmdline/stat_tests.py =================================================================== --- subversion/tests/cmdline/stat_tests.py (revision 22013) +++ subversion/tests/cmdline/stat_tests.py (working copy) @@ -918,14 +918,13 @@ "Status against revision: 1\n" ] # now run status -u, we should be able to do this without crashing - ### FIXME: This test currently fails on some platforms with - ### --fs-type=bdb. Use of svntest.main.compare_unordered_output() - ### (or equivalent) should fix this. - svntest.actions.run_and_verify_svn(None, - xout, - [], - "status", "-u", wc_dir) + output, errput = svntest.actions.run_and_verify_svn(None, + xout, + [], + "status", "-u", wc_dir) + svntest.main.compare_unordered_output(xout, output) + def status_add_plus_conflict(sbox): "status on conflicted added file" sbox.build()