diff --git a/cmd/geth/run_test.go b/cmd/geth/run_test.go
index a82eb9d68aabcd7d879c2c4b8849b60477ec6d35..ba4ce0c60f24aeb74c79c2d361d2bd6b9b018598 100644
--- a/cmd/geth/run_test.go
+++ b/cmd/geth/run_test.go
@@ -20,7 +20,6 @@ import (
 	"bufio"
 	"bytes"
 	"fmt"
-	"html/template"
 	"io"
 	"io/ioutil"
 	"os"
@@ -28,6 +27,7 @@ import (
 	"regexp"
 	"sync"
 	"testing"
+	"text/template"
 	"time"
 )