Ignore:
Timestamp:
Feb 25, 2011, 9:26:54 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi-busybox/testsuite/uuencode.tests

    r1765 r2725  
    33# unit test for uuencode to test functionality.
    44# Copyright 2006 by Erik Hovland <erik@hovland.org>
    5 # Licensed under GPL v2, see file LICENSE for details.
     5# Licensed under GPLv2, see file LICENSE in this source tree.
    66
    77# AUDIT: Unit tests for uuencode
    88
    9 . testing.sh
     9. ./testing.sh
    1010
    1111# testing "test name" "options" "expected result" "file input" "stdin"
     
    1414
    1515# Test setup of standard input
    16 saved_umask=$(umask)
    1716umask 0
    1817testing "uuencode sets standard input mode correctly" \
    1918        "uuencode foo </dev/null | head -n 1 | grep -q 666 && echo yes" "yes\n" "" ""
    20 umask $saved_umask
     19umask 022
    2120
    2221testing "uuencode correct encoding" "uuencode bb_uuenc_test.out" \
Note: See TracChangeset for help on using the changeset viewer.