svn commit: [25935] trunk/busybox/shell/hush_test

vapier at busybox.net vapier at busybox.net
Thu Apr 2 22:46:53 UTC 2009


Author: vapier
Date: 2009-04-02 22:46:52 +0000 (Thu, 02 Apr 2009)
New Revision: 25935

Log:
trim trailing slashes from specified subdir so we output to the right place

Modified:
   trunk/busybox/shell/hush_test/run-all


Changeset:
Modified: trunk/busybox/shell/hush_test/run-all
===================================================================
--- trunk/busybox/shell/hush_test/run-all	2009-04-02 20:17:49 UTC (rev 25934)
+++ trunk/busybox/shell/hush_test/run-all	2009-04-02 22:46:52 UTC (rev 25935)
@@ -23,6 +23,7 @@
 do_test()
 {
     test -d "$1" || return 0
+    d=${d%/}
 #   echo Running tests in directory "$1"
     (
     tret=0



More information about the busybox-cvs mailing list