abra zsh config 2.0

This commit is contained in:
Andrey Anurin
2018-08-12 15:26:21 +03:00
parent 201abd09c4
commit 6b114440e2
1195 changed files with 68948 additions and 10539 deletions

View File

@@ -0,0 +1,416 @@
#------------------------------------------------------------------------------
# System data
#
# test run info
shells: /bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh
tests: shunit2_test_asserts.sh shunit2_test_failures.sh shunit2_test_macros.sh shunit2_test_misc.sh shunit2_test_standalone.sh
# system info
$ date
Mon May 20 17:55:52 CEST 2013
$ uname -mprsv
Linux 2.6.32-45-server #101-Ubuntu SMP Mon Dec 3 15:54:27 UTC 2012 x86_64 unknown
#------------------------------------------------------------------------------
# Running the test suite with /bin/sh
#
shell name: sh
shell version: unknown
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK (skipped=24)
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/bash
#
shell name: bash
shell version: 4.1.5(1)-release
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/dash
#
shell name: dash
shell version: 0.5.5.1-3ubuntu2
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK (skipped=24)
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/ksh
#
shell name: ksh
shell version: JM-93t+-2009-05-01-$
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/pdksh
#
shell name: pdksh
shell version: v5.2.14-99/07/13.2
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/zsh
#
shell name: zsh
shell version: 4.3.10
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK

View File

@@ -0,0 +1,416 @@
#------------------------------------------------------------------------------
# System data
#
# test run info
shells: /bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh
tests: shunit2_test_asserts.sh shunit2_test_failures.sh shunit2_test_macros.sh shunit2_test_misc.sh shunit2_test_standalone.sh
# system info
$ date
Mon May 20 16:57:14 CEST 2013
$ uname -mprsv
Linux 3.2.0-40-generic #64-Ubuntu SMP Mon Mar 25 21:22:10 UTC 2013 x86_64 x86_64
#------------------------------------------------------------------------------
# Running the test suite with /bin/sh
#
shell name: sh
shell version: unknown
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK (skipped=24)
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/bash
#
shell name: bash
shell version: 4.2.25(1)-release
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/dash
#
shell name: dash
shell version: 0.5.7-2ubuntu2
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK (skipped=24)
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/ksh
#
shell name: ksh
shell version: JM-93u-2011-02-08-$
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/pdksh
#
shell name: pdksh
shell version: v5.2.14-99/07/13.2
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/zsh
#
shell name: zsh
shell version: 4.3.17
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK

View File

@@ -0,0 +1,416 @@
#------------------------------------------------------------------------------
# System data
#
# test run info
shells: /bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh
tests: shunit2_test_asserts.sh shunit2_test_failures.sh shunit2_test_macros.sh shunit2_test_misc.sh shunit2_test_standalone.sh
# system info
$ date
Mon May 20 17:55:54 CEST 2013
$ uname -mprsv
Linux 2.6.24-32-server #1 SMP Mon Dec 3 15:54:12 UTC 2012 x86_64 unknown
#------------------------------------------------------------------------------
# Running the test suite with /bin/sh
#
shell name: sh
shell version: unknown
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK (skipped=24)
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/bash
#
shell name: bash
shell version: 3.2.39(1)-release
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/dash
#
shell name: dash
shell version: 0.5.4-8ubuntu1.1
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK (skipped=24)
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/ksh
#
shell name: ksh
shell version: M-1993-12-28
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/pdksh
#
shell name: pdksh
shell version: v5.2.14-99/07/13.2
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/zsh
#
shell name: zsh
shell version: 4.3.4
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
OK
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK

View File

@@ -0,0 +1,227 @@
#------------------------------------------------------------------------------
# System data
#
# test run info
shells: /bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh
tests: shunit2_test_asserts.sh shunit2_test_failures.sh shunit2_test_macros.sh shunit2_test_misc.sh shunit2_test_standalone.sh
# system info
$ date
Mon May 20 17:55:59 CEST 2013
$ uname -mprsv
SunOS 5.11 snv_111b i86pc i386
#------------------------------------------------------------------------------
# Running the test suite with /bin/sh
#
shell name: sh
shell version: unknown
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
ASSERT:expected a non-zero exit value
ASSERT:assert message was not generated
ASSERT:failure message was not generated
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
FAILED (failures=3)
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/bash
#
shell name: bash
shell version: 3.2.25(1)-release
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
ASSERT:expected a non-zero exit value
ASSERT:assert message was not generated
ASSERT:failure message was not generated
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
FAILED (failures=3)
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/ksh
#
shell name: ksh
shell version: unknown
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
ASSERT:expected a non-zero exit value
ASSERT:assert message was not generated
ASSERT:failure message was not generated
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
FAILED (failures=3)
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK

View File

@@ -0,0 +1,296 @@
#------------------------------------------------------------------------------
# System data
#
# test run info
shells: /bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh
tests: shunit2_test_asserts.sh shunit2_test_failures.sh shunit2_test_macros.sh shunit2_test_misc.sh shunit2_test_standalone.sh
# system info
$ date
Mon May 20 17:56:24 CEST 2013
$ uname -mprsv
SunOS 5.10 Generic_147441-01 i86pc i386
#------------------------------------------------------------------------------
# Running the test suite with /bin/sh
#
shell name: sh
shell version: unknown
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK (skipped=24)
--- Executing the 'misc' test suite ---
testUnboundVariable
ASSERT:assert message was not generated
ASSERT:test count message was not generated
ASSERT:failure message was not generated
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
FAILED (failures=3)
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/bash
#
shell name: bash
shell version: 3.2.51(1)-release
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
ASSERT:assert message was not generated
ASSERT:test count message was not generated
ASSERT:failure message was not generated
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
FAILED (failures=3)
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/ksh
#
shell name: ksh
shell version: M-11/16/88i
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
ASSERT:assert message was not generated
ASSERT:test count message was not generated
ASSERT:failure message was not generated
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
FAILED (failures=3)
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK
#------------------------------------------------------------------------------
# Running the test suite with /bin/zsh
#
shell name: zsh
shell version: 4.2.1
--- Executing the 'asserts' test suite ---
testAssertEquals
testAssertNotEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse
Ran 8 tests.
OK
--- Executing the 'failures' test suite ---
testFail
testFailNotEquals
testFailSame
Ran 3 tests.
OK
--- Executing the 'macros' test suite ---
testAssertEquals
testAssertNotEquals
testSame
testNotSame
testNull
testNotNull
testAssertTrue
testAssertFalse
testFail
testFailNotEquals
testFailSame
testFailNotSame
Ran 12 tests.
OK
--- Executing the 'misc' test suite ---
testUnboundVariable
ASSERT:assert message was not generated
ASSERT:test count message was not generated
ASSERT:failure message was not generated
testIssue7
testPrepForSourcing
testEscapeCharInStr
testEscapeCharInStr_specialChars
testExtractTestFunctions
Ran 6 tests.
FAILED (failures=3)
--- Executing the 'standalone' test suite ---
testStandalone
Ran 1 test.
OK