summaryrefslogtreecommitdiffstats
path: root/tests/rscript_compare_num-str-vg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rscript_compare_num-str-vg.sh')
-rwxr-xr-xtests/rscript_compare_num-str-vg.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/rscript_compare_num-str-vg.sh b/tests/rscript_compare_num-str-vg.sh
new file mode 100755
index 0000000..334a6b2
--- /dev/null
+++ b/tests/rscript_compare_num-str-vg.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+export USE_VALGRIND="YES"
+export LOWER_VAL='1'
+export HIGHER_VAL='"b"'
+source ${srcdir:-.}/rscript_compare-common.sh