blob: fc7fea7c9e4b87a3ee8eeed686df624e24f2e33c [file] [log] [blame]
Denys Vlasenko69c8c692015-10-11 16:27:55 +02001# shell's $PWD may leave symlinks unresolved.
2# "pwd" may be a built-in and have the same problem.
3# External pwd _can't_ have that problem (current dir on Unix is physical).
Ron Yorston1f27fa92018-02-09 09:52:52 +00004test "$(`which pwd`)" = "$(busybox pwd)"