diff options
author | Jim Meyering <jim@meyering.net> | 1997-10-19 03:12:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-10-19 03:12:10 +0000 |
commit | 22b1971cbce2413f49457fee8688510ce99de489 (patch) | |
tree | 24ee161d70228219454078c61ce4f6fe0f2b6ca7 /tests/rm/deep-1 | |
parent | a7e650ac125477a58e335da72265a14f6eb531d7 (diff) | |
download | coreutils-22b1971cbce2413f49457fee8688510ce99de489.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/rm/deep-1')
-rwxr-xr-x | tests/rm/deep-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/deep-1 b/tests/rm/deep-1 index 7d9c96582..30d3bc08e 100755 --- a/tests/rm/deep-1 +++ b/tests/rm/deep-1 @@ -36,7 +36,7 @@ k_deep=$k200$k200 # Create a directory in $tmp with lots of `k' components. deep=$tmp$k_deep -echo 'creating a hierarchy 400 deep in $tmp...' +echo "creating a hierarchy 400 deep in $tmp..." $MKDIR -p $deep || fail=1 find $tmp > k |