From 775965de859c6df5d5652f3f58edfd68803f0813 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 10 Aug 2010 23:33:57 -0700 Subject: 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 Signed-off-by: Denys Vlasenko --- testsuite/uuencode.tests | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testsuite/uuencode.tests') diff --git a/testsuite/uuencode.tests b/testsuite/uuencode.tests index 6556e60d1..adb2d3390 100755 --- a/testsuite/uuencode.tests +++ b/testsuite/uuencode.tests @@ -13,11 +13,10 @@ # test can create a file "actual" instead of writing to stdout # Test setup of standard input -saved_umask=$(umask) umask 0 testing "uuencode sets standard input mode correctly" \ "uuencode foo 2!F;W@@:G5M<&5D(&]V97(@=&AE(&QA>GD@8G)O=VX@\n%9&]G+@H\`\n\`\nend\n" \ -- cgit v1.2.3