summaryrefslogtreecommitdiffstats
path: root/macosx/HandBrakeKitTests/HBJobTests.m
diff options
context:
space:
mode:
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);