*: trailing empty lines removed

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-07-26 01:49:12 +02:00
parent 0f8960542f
commit ba2dcccd79
42 changed files with 15 additions and 46 deletions

View File

@@ -1,2 +1 @@
test x$(basename $(pwd)) = x$(busybox basename $(pwd))

View File

@@ -1,2 +1 @@
test x$(dirname $(pwd)) = x$(busybox dirname $(pwd))

View File

@@ -56,4 +56,3 @@ busybox expr 0 \>= 1
if [ $? != 1 ] ; then
exit 1;
fi;

View File

@@ -6,4 +6,3 @@ if [ $? != 0 ] ; then
exit 0;
fi
exit 1;

View File

@@ -29,4 +29,3 @@ testing "readlink -f on a wierd dir" "readlink -f $TESTDIR/../$TESTFILE" "$PWD/$
# clean up
rm -r "$TESTLINK" "$TESTDIR"

View File

@@ -1,2 +1 @@
busybox uptime