citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit d83de38b08d2ea36a06c9357c3d714d519dadbf1
parent 47a6f9c46a9ccb1bea4bee16a63962fb1a0d39e3
Author: Kyle Milz <kyle@0x30.net>
Date:   Tue, 21 Jun 2016 19:18:26 -0600

www: update link_check test to use cit.run

Diffstat:
Mwww/t/link_check.t | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/t/link_check.t b/www/t/link_check.t @@ -7,5 +7,5 @@ use Test::More tests => 1; # -nv: turn off extra downloading output # -H: span accross hosts # -l: recursion level -my $ret = system( "wget --spider -r -nd -nv -H -l 1 http://citrun.com" ); -is( $ret, 0, "http://citrun.com/ has no broken links" ); +my $ret = system( "wget --spider -r -nd -nv -H -l 1 http://cit.run" ); +is( $ret, 0, "http://cit.run/ has no broken links" );