diff options
Diffstat (limited to 'shunit2-2.0.3/src/test/testSuiteFx')
-rwxr-xr-x | shunit2-2.0.3/src/test/testSuiteFx | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/shunit2-2.0.3/src/test/testSuiteFx b/shunit2-2.0.3/src/test/testSuiteFx deleted file mode 100755 index c0e6ab8..0000000 --- a/shunit2-2.0.3/src/test/testSuiteFx +++ /dev/null @@ -1,23 +0,0 @@ -#! /bin/sh -# $Id$ -# vim: expandtab -# author: Kate Ward <kate.ward@forestent.com> -# -# Self-testing unit tests for shUnit2 suite functions -# - -#----------------------------------------------------------------------------- -# suite tests -# - -testAddTest() -{ - : -} - -#----------------------------------------------------------------------------- -# suite functions -# - -# load and run shUnit2 -. ./shunit2 |