aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkate.ward <kate.ward@forestent.com>2013-01-06 16:07:01 +0000
committerkate.ward <kate.ward@forestent.com>2013-01-06 16:07:01 +0000
commit3d04c556d55d0605904dbb633ff75faefaf9a668 (patch)
tree869b9442d8d9930c9f22525dbbaaae54b1a151c2
parent32d97fbd4760045b18c700094886c623da9a5924 (diff)
downloadshflags-3d04c556d55d0605904dbb633ff75faefaf9a668.tar.gz
fixed testComplicatedCommandLineStandard() test, really...
-rwxr-xr-xsource/1.0/src/shflags_test_parsing.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/1.0/src/shflags_test_parsing.sh b/source/1.0/src/shflags_test_parsing.sh
index c8a07bd..0437de4 100755
--- a/source/1.0/src/shflags_test_parsing.sh
+++ b/source/1.0/src/shflags_test_parsing.sh
@@ -293,8 +293,6 @@ testComplicatedCommandLineStandard()
rtrn=$?
assertTrue 'FLAGS returned a non-zero result' ${rtrn}
assertEquals 'failed int test' 1 ${FLAGS_int}
- assertEquals 'failed str test' 'two' "${FLAGS_str}"
- assertEquals 'failed float test' 3 ${FLAGS_float}
th_showOutput ${rtrn} "${stdoutF}" "${stderrF}"
eval set -- "${FLAGS_ARGV}"