]> asedeno.scripts.mit.edu Git - git.git/blobdiff - t/t2300-cd-to-toplevel.sh
Merge branch 'tr/gcov'
[git.git] / t / t2300-cd-to-toplevel.sh
index beddb4e9f26cb3ade276825a204d950d3173d583..293dc353b1601e137f86dfe441fff57b96c92753 100755 (executable)
@@ -10,12 +10,12 @@ test_cd_to_toplevel () {
                        cd '"'$1'"' &&
                        . git-sh-setup &&
                        cd_to_toplevel &&
-                       [ "$(/bin/pwd)" = "$TOPLEVEL" ]
+                       [ "$(pwd -P)" = "$TOPLEVEL" ]
                )
        '
 }
 
-TOPLEVEL="$(/bin/pwd)/repo"
+TOPLEVEL="$(pwd -P)/repo"
 mkdir -p repo/sub/dir
 mv .git repo/
 SUBDIRECTORY_OK=1