diff options
Diffstat (limited to 'tests/rscript_compare_numstr-str.sh')
-rwxr-xr-x | tests/rscript_compare_numstr-str.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/rscript_compare_numstr-str.sh b/tests/rscript_compare_numstr-str.sh new file mode 100755 index 0000000..509e36f --- /dev/null +++ b/tests/rscript_compare_numstr-str.sh @@ -0,0 +1,4 @@ +#!/bin/bash +export LOWER_VAL='"1"' +export HIGHER_VAL='"abc"' +source ${srcdir:-.}/rscript_compare-common.sh |