Start the 2.46 cycle
[git.git] / t / t0202-gettext-perl.sh
blob5a6f28051bd275577110ddbba5618f756ca0937e
1 #!/bin/sh
3 # Copyright (c) 2010 Ævar Arnfjörð Bjarmason
6 test_description='Perl gettext interface (Git::I18N)'
8 TEST_PASSES_SANITIZE_LEAK=true
9 . ./lib-gettext.sh
10 . "$TEST_DIRECTORY"/lib-perl.sh
11 skip_all_if_no_Test_More
13 test_expect_success 'run t0202/test.pl to test Git::I18N.pm' '
14 "$PERL_PATH" "$TEST_DIRECTORY"/t0202/test.pl 2>stderr &&
15 test_must_be_empty stderr
18 test_done