зеркало из https://github.com/microsoft/git.git
t0021: use write_script to create rot13 shell script
This avoids us fooling around with $SHELL_PATH and the executable bit ourselves. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
0f71fa273f
Коммит
cbb6707b11
|
@ -6,13 +6,11 @@ test_description='blob conversion via gitattributes'
|
|||
|
||||
TEST_ROOT="$(pwd)"
|
||||
|
||||
cat <<EOF >"$TEST_ROOT/rot13.sh"
|
||||
#!$SHELL_PATH
|
||||
write_script <<\EOF "$TEST_ROOT/rot13.sh"
|
||||
tr \
|
||||
'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ' \
|
||||
'nopqrstuvwxyzabcdefghijklmNOPQRSTUVWXYZABCDEFGHIJKLM'
|
||||
EOF
|
||||
chmod +x "$TEST_ROOT/rot13.sh"
|
||||
|
||||
generate_random_characters () {
|
||||
LEN=$1
|
||||
|
|
Загрузка…
Ссылка в новой задаче