commit | 2cce675a631991884899626dd1c1b3d0195518fe | [log] [tgz] |
---|---|---|
author | Luke Diamand <luke@diamand.org> | Sat Apr 04 09:46:01 2015 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Apr 04 12:41:41 2015 -0700 |
tree | a2b9257ce85842c35492f681e6f2a2e0b78b6846 | |
parent | 6ae0d972664134b82a6dd164a01e8adbebeaffe3 [diff] |
git-p4: fix small bug in locked test scripts Test script t9816-git-p4-locked.sh test #4 tests for adding a file that is locked by Perforce automatically. This is currently not supported by git-p4 and so is expected to fail. However, a small typo meant it always failed, even with a fixed git-p4. Fix the typo to resolve this. Signed-off-by: Luke Diamand <luke@diamand.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>