X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9808-git-p4-chdir.sh;h=f0022839c76ede4b5f135a7318b9c53ede4a944a;hb=1f5ad6b1a7538d6d489ba97c46455efc0bc3266e;hp=eb8cc9523e682518464d26e9ec721508f99dfd04;hpb=cc811d8d020682f0d42d5a53c282df1c1a826540;p=git.git diff --git a/t/t9808-git-p4-chdir.sh b/t/t9808-git-p4-chdir.sh index eb8cc9523..f0022839c 100755 --- a/t/t9808-git-p4-chdir.sh +++ b/t/t9808-git-p4-chdir.sh @@ -25,7 +25,7 @@ test_expect_success 'P4CONFIG and absolute dir clone' ' test_when_finished cleanup_git && ( P4CONFIG=p4config && export P4CONFIG && - unset P4PORT P4CLIENT && + sane_unset P4PORT P4CLIENT && "$GITP4" clone --verbose --dest="$git" //depot ) ' @@ -37,7 +37,7 @@ test_expect_success 'P4CONFIG and relative dir clone' ' test_when_finished cleanup_git && ( P4CONFIG=p4config && export P4CONFIG && - unset P4PORT P4CLIENT && + sane_unset P4PORT P4CLIENT && "$GITP4" clone --verbose --dest="git" //depot ) '