svn commit: trunk/busybox/testsuite
vda at busybox.net
vda at busybox.net
Tue Jun 5 15:29:15 PDT 2007
Author: vda
Date: 2007-06-05 15:29:14 -0700 (Tue, 05 Jun 2007)
New Revision: 18750
Log:
remove bashisms from testsuite
Modified:
trunk/busybox/testsuite/testing.sh
Changeset:
Modified: trunk/busybox/testsuite/testing.sh
===================================================================
--- trunk/busybox/testsuite/testing.sh 2007-06-05 20:08:11 UTC (rev 18749)
+++ trunk/busybox/testsuite/testing.sh 2007-06-05 22:29:14 UTC (rev 18750)
@@ -51,7 +51,7 @@
# The testing function
-testing ()
+testing()
{
NAME="$1"
[ -z "$1" ] && NAME=$2
@@ -97,7 +97,7 @@
# the file is assumed to already be there and only its library dependencies
# are copied.
-function mkchroot
+mkchroot()
{
[ $# -lt 2 ] && return
@@ -126,7 +126,7 @@
# Needed commands listed on command line
# Script fed to stdin.
-function dochroot
+dochroot()
{
mkdir tmpdir4chroot
mount -t ramfs tmpdir4chroot tmpdir4chroot
More information about the busybox-cvs
mailing list