aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}"