Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
test scripts: refactor start_httpd helper
[gitweb.git]
/
t
/
t2300-cd-to-toplevel.sh
diff --git
a/t/t2300-cd-to-toplevel.sh
b/t/t2300-cd-to-toplevel.sh
index beddb4e9f26cb3ade276825a204d950d3173d583..293dc353b1601e137f86dfe441fff57b96c92753 100755
(executable)
--- a/
t/t2300-cd-to-toplevel.sh
+++ b/
t/t2300-cd-to-toplevel.sh
@@
-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