diff options
Diffstat (limited to 'tests/du/long-from-unreadable')
-rwxr-xr-x | tests/du/long-from-unreadable | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/du/long-from-unreadable b/tests/du/long-from-unreadable index 1da08bfaa..d27279013 100755 --- a/tests/du/long-from-unreadable +++ b/tests/du/long-from-unreadable @@ -47,7 +47,9 @@ dir=`printf '%200s\n' ' '|tr ' ' x` # cd $tmp || framework_failure # Sheesh. Bash 3.1.5 can't create this hierarchy. I get -# cd: error retrieving current directory: getcwd: cannot access parent directories: +# cd: error retrieving current directory: getcwd: +# cannot access parent directories: +# (all on one line). cwd=`pwd` # Use perl instead: |