Index: tests/ciphers.test
==================================================================
--- tests/ciphers.test
+++ tests/ciphers.test
@@ -15,12 +15,10 @@
     package require tcltest
     namespace import ::tcltest::*
 }
 
 # The build dir is added as the first element of $PATH
-set auto_path [linsert $auto_path 0 [lindex [split $env(PATH) ";:"] 0]]
-
 package require tls
 
 # One of these should == 1, depending on what type of ssl library
 # tls was compiled against. (RSA BSAFE SSL-C or OpenSSL).
 #