Cosmetics: Corrected inconsistent indentation.

This commit is contained in:
Ingo Karkat
2011-01-20 16:08:20 +01:00
parent a82fd58363
commit 9a5668a51c

View File

@@ -12,8 +12,10 @@ done,*)
*' --tee '*|*' --va'*) *' --tee '*|*' --va'*)
mkdir -p test-results mkdir -p test-results
BASE=test-results/$(basename "$0" .sh) BASE=test-results/$(basename "$0" .sh)
(TEST_TEE_STARTED=done ${SHELL-sh} "$0" "$@" 2>&1; (
echo $? > $BASE.exit) | tee $BASE.out TEST_TEE_STARTED=done ${SHELL-sh} "$0" "$@" 2>&1;
echo $? > $BASE.exit
) | tee $BASE.out
test "$(cat $BASE.exit)" = 0 test "$(cat $BASE.exit)" = 0
exit exit
;; ;;