Author: coke
Date: Tue Jan  3 08:40:28 2006
New Revision: 10866

Modified:
   trunk/languages/tcl/t/cmd_cd.t
Log:
tcl - Fix the directory we're checking for.



Modified: trunk/languages/tcl/t/cmd_cd.t
==============================================================================
--- trunk/languages/tcl/t/cmd_cd.t      (original)
+++ trunk/languages/tcl/t/cmd_cd.t      Tue Jan  3 08:40:28 2006
@@ -21,7 +21,7 @@ OUT
 
 #XXX portably write a test that cd's to a safe dir and checks it...
 SKIP: {
-  skip("Too dumb to create a directory") unless -d "/tmp";
+  skip("Too dumb to create a directory") unless -d "/usr";
 
 language_output_is("tcl",<<'TCL',<<"OUT","cd home");
  cd /usr

Reply via email to