Add --gain option to dcpomatic_create.
[dcpomatic.git] / test / disk_writer_test.cc
index 37c8f42d56cec9d3474f4965d9372c65ec8b0c19..217032d758f4d99db3a5bd27a9b0e53a1361f66b 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2020 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2020-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -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);