source: MondoRescue/branches/3.3/mindi-busybox/testsuite/pwd/pwd-prints-working-directory@ 3621

Last change on this file since 3621 was 3621, checked in by Bruno Cornec, 10 years ago

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

File size: 212 bytes
Line 
1# 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).
4test $(`which pwd`) = $(busybox pwd)
Note: See TracBrowser for help on using the repository browser.