From 460c506ace2271b23e29a5b2bcd50c197d37d075 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Tue, 27 Mar 2012 15:51:12 +0300 Subject: [PATCH] mem.t: Replace obsolete megavideo URLs --- tests/t/mem.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/t/mem.t b/tests/t/mem.t index 48acc3a..40d6285 100644 --- a/tests/t/mem.t +++ b/tests/t/mem.t @@ -70,7 +70,7 @@ is($r, 0x0, "exit status == 0x0"); ($r) = $q->run_with_valgrind( 'http://vimeo.com/1485507', - 'http://megavideo.com/?v=HJVPVMTV', + 'http://vimeo.com/35798934', '-vq -e-r' ); is($r, 0x0, "exit status == 0x0"); @@ -80,7 +80,7 @@ is($r, 0x0, "exit status == 0x0"); ($r) = $q->run_with_valgrind( 'http://ww.vimeo.com/1485507', - 'http://megavideo.com/?v=HJVPVMTV', + 'http://vimeo.com/35798934', '-vq -e-r' ); is($r, 0x0, "exit status == 0x0"); -- 2.11.4.GIT