summaryrefslogtreecommitdiff
path: root/test/disk_writer_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/disk_writer_test.cc')
-rw-r--r--test/disk_writer_test.cc1
1 files changed, 0 insertions, 1 deletions
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);