]> granicus.if.org Git - git/commit
t0014: introduce an alias testing suite
authorTim Schumacher <timschumi@gmx.de>
Sun, 16 Sep 2018 07:50:02 +0000 (09:50 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Sep 2018 15:50:24 +0000 (08:50 -0700)
commitfef5f7fc43541e109674ab8f1d2baed733e9b7d3
tree305f481c1c8b0122fa33a64e7f511be6d6f6a294
parent82f71d9a5a9df718553bf257ad8610e2ef1e1179
t0014: introduce an alias testing suite

Introduce a testing suite that is dedicated to aliases.
For now, check only if nested aliases work and if looping
aliases are detected successfully.

The looping aliases check for mixed execution is there but
disabled, because it is blocking the test suite for a full
minute. As soon as there is a solution for loops using
external commands, it should be enabled.

Signed-off-by: Tim Schumacher <timschumi@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0014-alias.sh [new file with mode: 0755]