From 68181650155fbe7e2b089459ee6a34270bb0d983 Mon Sep 17 00:00:00 2001 From: "Eric A. Miller" Date: Sun, 10 Aug 2014 23:17:00 -0400 Subject: [PATCH] Correct html file name --- Netdisco/t/11-portsort.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ); }