diff --git a/Netdisco/t/11-portsort.t b/Netdisco/t/11-portsort.t index 44689bbb..8a229fcb 100755 --- a/Netdisco/t/11-portsort.t +++ b/Netdisco/t/11-portsort.t @@ -14,5 +14,5 @@ if ( !-x $phantomjs ) { "phantomjs not found, please set ND_PHANTOMJS or install phantomjs to the default location"; } else { - exec( $phantomjs, "$Bin/run_qunit.js", "$Bin/sort-port.html" ); + exec( $phantomjs, "$Bin/run_qunit.js", "$Bin/portsort.html" ); }