aboutsummaryrefslogtreecommitdiff
path: root/source/1.0/src/shflags_test_public.sh
diff options
context:
space:
mode:
authorkate.ward <kate.ward@forestent.com>2008-11-14 18:23:03 +0000
committerkate.ward <kate.ward@forestent.com>2008-11-14 18:23:03 +0000
commit709c13485a388e5dcc86eae54edb0e984187e98f (patch)
tree3f3f9939f08cc1e47f3addb69a00ccce641dc65b /source/1.0/src/shflags_test_public.sh
parent9b0568f60b52d8fe14e65eb54b5635a9f541d5ba (diff)
downloadshflags-709c13485a388e5dcc86eae54edb0e984187e98f.tar.gz
added tput code, but it doesn't work really :-(
Diffstat (limited to 'source/1.0/src/shflags_test_public.sh')
-rwxr-xr-xsource/1.0/src/shflags_test_public.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/1.0/src/shflags_test_public.sh b/source/1.0/src/shflags_test_public.sh
index c635256..03bb39f 100755
--- a/source/1.0/src/shflags_test_public.sh
+++ b/source/1.0/src/shflags_test_public.sh
@@ -135,6 +135,10 @@ testNoHelp()
oneTimeSetUp()
{
th_oneTimeSetUp
+
+ if [ ${__FLAGS_GETOPT_VERS} -eq ${__FLAGS_GETOPT_VERS_STD} ]; then
+ th_warn 'Standard version of getopt found. Some tests will be skipped.'
+ fi
}
setUp()