diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-09-17 11:39:35 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-09-17 11:39:35 -0700 |
commit | 22a6f313333d41dad0030ec07cdededbdd007a72 (patch) | |
tree | e4901562921f24c25bff1f80becfeb210ed86b96 /t/t7501-commit.sh | |
parent | 5aebc9a8deb1c8c83537bae72f14585e44f51787 (diff) | |
parent | 95728f74b100a4feabb5c70c0e6d8bed9dc29451 (diff) | |
download | git-22a6f313333d41dad0030ec07cdededbdd007a72.tar.gz git-22a6f313333d41dad0030ec07cdededbdd007a72.tar.xz |
Merge branch 'kk/tests-with-no-perl'
Some tests were not skipped under NO_PERL build.
* kk/tests-with-no-perl:
reset test: modernize style
t/t7106-reset-unborn-branch.sh: Add PERL prerequisite
add -i test: use skip_all instead of repeated PERL prerequisite
Make test "using invalid commit with -C" more strict
Diffstat (limited to 't/t7501-commit.sh')
-rwxr-xr-x | t/t7501-commit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7501-commit.sh b/t/t7501-commit.sh index 99ce36f5e..f04798f87 100755 --- a/t/t7501-commit.sh +++ b/t/t7501-commit.sh @@ -53,7 +53,7 @@ test_expect_success PERL 'can use paths with --interactive' ' ' test_expect_success 'using invalid commit with -C' ' - test_must_fail git commit -C bogus + test_must_fail git commit --allow-empty -C bogus ' test_expect_success 'nothing to commit' ' |