t5500 & t7403: lose bash-ism "local"
[gitweb.git] / t / t5100-mailinfo.sh
index 4e52b3b50c1f1d0a7728d587d981338e054c6ea9..85b3df5e339b668688873c27244c458443bb6e6a 100755 (executable)
@@ -23,7 +23,7 @@ check_mailinfo () {
 }
 
 
-for mail in $(echo 00*)
+for mail in 00*
 do
        test_expect_success "mailinfo $mail" '
                check_mailinfo $mail "" &&
@@ -51,7 +51,7 @@ test_expect_success 'split box with rfc2047 samples' \
        echo total is $last &&
        test $(cat rfc2047/last) = 11'
 
-for mail in $(echo rfc2047/00*)
+for mail in rfc2047/00*
 do
        test_expect_success "mailinfo $mail" '
                git mailinfo -u $mail-msg $mail-patch <$mail >$mail-info &&