X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fdisk_writer_test.cc;h=217032d758f4d99db3a5bd27a9b0e53a1361f66b;hb=94ab538738526948c5a52ed1222be1e484255541;hp=1146c2e1b9e096345afa2802e78e08ae1cb18901;hpb=39fb8198febde1937019db1c300ec363aab5aa56;p=dcpomatic.git diff --git a/test/disk_writer_test.cc b/test/disk_writer_test.cc index 1146c2e1b..217032d75 100644 --- a/test/disk_writer_test.cc +++ b/test/disk_writer_test.cc @@ -98,7 +98,6 @@ BOOST_AUTO_TEST_CASE (disk_writer_test1) /* Some arbitrary file size here */ make_random_file (dcp / "foo", 1024 * 1024 * 32 - 6128); - PrivilegeEscalator::test = true; dcpomatic::write (dcp, disk.string(), partition.string(), 0); BOOST_CHECK_EQUAL (system("/sbin/e2fsck -fn build/test/disk_writer_test1.partition"), 0);