Files
git/t/t0065-strcmp-offset.sh
Jeff Hostetler 265b8bf79e test-strcmp-offset: created test for strcmp_offset
Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
2017-02-01 14:30:53 +01:00

12 lines
147 B
Bash
Executable File

#!/bin/sh
test_description='Test strcmp_offset functionality'
. ./test-lib.sh
test_expect_success run_helper '
test-strcmp-offset
'
test_done