tests: move code to run tests under bash into a helper library
commitf8891cfa2a16d040d799f281684851fa7b2a0c2b
authorSZEDER Gábor <szeder@ira.uka.de>
Wed, 9 May 2012 00:44:32 +0000 (9 02:44 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 May 2012 21:27:08 +0000 (9 14:27 -0700)
tree07a2f343d075453e1b374834740e2b12b09d69fa
parenta3935e6791c619a9f2f472e9e553d45d88c4e263
tests: move code to run tests under bash into a helper library

The following patch will add tests for the bash prompt functions as a
new test script, which also has to be run under bash.

Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-bash.sh [new file with mode: 0644]
t/t9902-completion.sh