diff options
Diffstat (limited to '')
-rwxr-xr-x | tests/omhttp-basic-ignorecodes-vg.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/omhttp-basic-ignorecodes-vg.sh b/tests/omhttp-basic-ignorecodes-vg.sh new file mode 100755 index 0000000..2bfb5ba --- /dev/null +++ b/tests/omhttp-basic-ignorecodes-vg.sh @@ -0,0 +1,3 @@ +#!/bin/bash +export USE_VALGRIND="YES" +source ${srcdir:=.}/omhttp-basic-ignorecodes.sh |