diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2007-11-15 07:27:57 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-23 02:05:04 +0100 |
commit | 637efc3456576d548ed5b42e70deffca42e7428e (patch) | |
tree | 68fa830df95aaa55f38b775f3e001935505de331 /t/t3001-ls-files-others-exclude.sh | |
parent | t7501-commit: Add test for git commit <file> with dirty index. (diff) | |
download | git-637efc3456576d548ed5b42e70deffca42e7428e.tar.xz git-637efc3456576d548ed5b42e70deffca42e7428e.zip |
Replace "runstatus" with "status" in the tests
We no longer have "runstatus", but running "status" is no longer that
expensive anyway; it is a builtin.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3001-ls-files-others-exclude.sh')
-rwxr-xr-x | t/t3001-ls-files-others-exclude.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3001-ls-files-others-exclude.sh b/t/t3001-ls-files-others-exclude.sh index ae0639d8f3..e25b255683 100755 --- a/t/t3001-ls-files-others-exclude.sh +++ b/t/t3001-ls-files-others-exclude.sh @@ -86,7 +86,7 @@ EOF git config core.excludesFile excludes-file -git runstatus | grep "^# " > output +git status | grep "^# " > output cat > expect << EOF # .gitignore |