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