mirror of
https://github.com/git/git.git
synced 2026-04-14 02:40:08 +02: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
|