diff options
author | Dan Fandrich | 2010-08-10 23:33:57 -0700 |
---|---|---|
committer | Denys Vlasenko | 2010-08-11 14:09:28 +0200 |
commit | 775965de859c6df5d5652f3f58edfd68803f0813 (patch) | |
tree | 445445fa22d29a79b68dcfd109854a12ffe44ec4 /testsuite/cpio.tests | |
parent | f03fc7d77a5df53aae5eb2d02a49860dc2878da7 (diff) | |
download | busybox-775965de859c6df5d5652f3f58edfd68803f0813.zip busybox-775965de859c6df5d5652f3f58edfd68803f0813.tar.gz |
Improved portability of tests
Removed assumptions about umask and locale. Fixed hostname
tests to work even when the host has no DNS domain set.
Signed-off-by: Dan Fandrich <dan@coneharvesters.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/cpio.tests')
-rwxr-xr-x | testsuite/cpio.tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/cpio.tests b/testsuite/cpio.tests index 7aee774..44c17e6 100755 --- a/testsuite/cpio.tests +++ b/testsuite/cpio.tests @@ -4,6 +4,8 @@ . ./testing.sh +umask 022 + # ls -ln shows date. Need to remove that, it's variable. # sed: coalesce spaces # cut: remove date |