i18n: git-bisect bisect_replay + $1 messages
[gitweb.git] / t / t1020-subdirectory.sh
index 66e40d38a309e2f3f7198954ca6cf995c65981d3..ddc3921ac6a009dfc706cd19ad94f2b29af4b1cc 100755 (executable)
@@ -129,6 +129,16 @@ test_expect_success '!alias expansion' '
        test_cmp expect actual
 '
 
+test_expect_success 'GIT_PREFIX for !alias' '
+       printf "dir/" >expect &&
+       (
+               git config alias.test "!sh -c \"printf \$GIT_PREFIX\"" &&
+               cd dir &&
+               git test >../actual
+       ) &&
+       test_cmp expect actual
+'
+
 test_expect_success 'no file/rev ambiguity check inside .git' '
        git commit -a -m 1 &&
        (