From ae965a958af2c27bf2802ad64ba53e7a22df984f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 28 Jun 1998 21:13:04 +0000 Subject: [PATCH] remove `non-directory' --- tests/mv/mv-special-1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/mv/mv-special-1 b/tests/mv/mv-special-1 index 8c3f96e..551c27f 100755 --- a/tests/mv/mv-special-1 +++ b/tests/mv/mv-special-1 @@ -50,7 +50,7 @@ sed "s,$other_partition_tmpdir,XXX," out > out2 cat > exp <<\EOF .mv-null -> XXX/.mv-null -removing non-directory .mv-null +removing .mv-null .mv-dir -> XXX/.mv-dir .mv-dir/a -> XXX/.mv-dir/a .mv-dir/a/b -> XXX/.mv-dir/a/b @@ -64,14 +64,14 @@ removing all entries of directory .mv-dir removing all entries of directory .mv-dir/a removing all entries of directory .mv-dir/a/b removing all entries of directory .mv-dir/a/b/c -removing non-directory .mv-dir/a/b/c/file1 +removing .mv-dir/a/b/c/file1 removing the directory itself: .mv-dir/a/b/c removing the directory itself: .mv-dir/a/b removing the directory itself: .mv-dir/a removing all entries of directory .mv-dir/d removing all entries of directory .mv-dir/d/e removing all entries of directory .mv-dir/d/e/f -removing non-directory .mv-dir/d/e/f/file2 +removing .mv-dir/d/e/f/file2 removing the directory itself: .mv-dir/d/e/f removing the directory itself: .mv-dir/d/e removing the directory itself: .mv-dir/d -- 2.7.4