summaryrefslogtreecommitdiffstats
path: root/macosx/HandBrakeKitTests/HBJobTests.m
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2017-04-14 18:45:22 +0200
committerDamiano Galassi <[email protected]>2017-04-14 18:45:22 +0200
commit0f29d7162df09e6d85c30380ef867a5e190630bb (patch)
tree952d6254dda0d6d36b53369b6047f34d7ce862d6 /macosx/HandBrakeKitTests/HBJobTests.m
parent568aa3826cd15afc375c2f8ba3d9649dfcecaddc (diff)
MacGui: fix tests for the sandboxed schemes.
Diffstat (limited to 'macosx/HandBrakeKitTests/HBJobTests.m')
-rw-r--r--macosx/HandBrakeKitTests/HBJobTests.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HandBrakeKitTests/HBJobTests.m b/macosx/HandBrakeKitTests/HBJobTests.m
index 88aec0b5e..d4a91863d 100644
--- a/macosx/HandBrakeKitTests/HBJobTests.m
+++ b/macosx/HandBrakeKitTests/HBJobTests.m
@@ -40,7 +40,7 @@
self.preset = self.manager.defaultPreset;
- NSURL *sampleURL = [NSURL fileURLWithPath:@"test.mp4"];
+ NSURL *sampleURL = [NSURL fileURLWithPath:@"/test.mp4"];
self.queue = dispatch_queue_create("fr.handbrake.testQueue", DISPATCH_QUEUE_SERIAL);
dispatch_semaphore_t sem = dispatch_semaphore_create(0);