openenvutils/commandshell/shell/test/scripts/zshtests_auto2.sh
changeset 0 2e3d3ce01487
child 1 0fdb7f6b0309
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 # Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of the License "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 #
       
     8 # Initial Contributors:
       
     9 # Nokia Corporation - initial contribution.
       
    10 #
       
    11 # Contributors:
       
    12 #
       
    13 # Description:
       
    14 # Inititalises counters
       
    15 #
       
    16 
       
    17 init()
       
    18 {
       
    19 let totalno=0;
       
    20 let passno=0;
       
    21 let failno=0;
       
    22 }
       
    23 
       
    24 init
       
    25 . ./setopttest.sh > setopttest.txt
       
    26 . ./settest.sh > settest.txt
       
    27 . ./shifttest.sh > shifttest.txt
       
    28 . ./typesettest1.sh > typesettest1.txt
       
    29 . ./typesettest2.sh > typesettest2.txt
       
    30 . ./unhashtest.sh > unhashtest.txt
       
    31 . ./unsetopttest.sh > unsetopttest.txt
       
    32 . ./unsettest.sh > unsettest.txt
       
    33 . ./whencetest.sh > whencetest.txt
       
    34 . ./fctest.sh > fctest.txt
       
    35 . ./cdtest2.sh > cdtest2.txt
       
    36 . ./unziptest.sh > unziptest.txt