mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-16 19:41:56 -05:00
12 lines
147 B
Bash
Executable File
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
|