diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:30:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:30:35 +0000 |
commit | 378c18e5f024ac5a8aef4cb40d7c9aa9633d144c (patch) | |
tree | 44dfb6ca500d32cabd450649b322a42e70a30683 /tests/expected/rename/basic | |
parent | Initial commit. (diff) | |
download | util-linux-378c18e5f024ac5a8aef4cb40d7c9aa9633d144c.tar.xz util-linux-378c18e5f024ac5a8aef4cb40d7c9aa9633d144c.zip |
Adding upstream version 2.38.1.upstream/2.38.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/expected/rename/basic')
-rw-r--r-- | tests/expected/rename/basic | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/expected/rename/basic b/tests/expected/rename/basic new file mode 100644 index 0000000..4a18098 --- /dev/null +++ b/tests/expected/rename/basic @@ -0,0 +1,18 @@ +`rename_basic.1' -> `rename_test.1' +`rename_basic.2' -> `rename_test.2' +`rename_basic.3' -> `rename_test.3' +what is rename_basic.? doing here? +`rename_all file with spaces.1' -> `rename_all_file_with_spaces.1' +`rename_all file with spaces.2' -> `rename_all_file_with_spaces.2' +`rename_all file with spaces.3' -> `rename_all_file_with_spaces.3' +what is rename_all* *.? doing here? +`rename_zz_last_z.x' -> `rename_AAzzBB_last_z.x' +`rename_zz_last_z.y' -> `rename_AAzzBB_last_z.y' +`rename_zz_last_z.z' -> `rename_AAzzBB_last_z.z' +`rename_zz_last_zz.x' -> `rename_zz_last_AAzzBB.x' +`rename_zz_last_zz.y' -> `rename_zz_last_AAzzBB.y' +`rename_zz_last_zz.z' -> `rename_zz_last_AAzzBB.z' +`rename_zz_last_zzz.x' -> `rename_zz_last_zAAzzBB.x' +`rename_zz_last_zzz.y' -> `rename_zz_last_zAAzzBB.y' +`rename_zz_last_zzz.z' -> `rename_zz_last_zAAzzBB.z' +what is rename*last* doing here? |