diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-14 22:16:59 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-14 22:16:59 +0000 |
commit | 3f75503fa0b747b6d505ffe8ec047f6894f81050 (patch) | |
tree | 4caae0e5cca30ed9ebdf8de0e0a8176dd860d769 | |
parent | 28c70b3a16c17319c184a90eb8f164527c98b4f8 (diff) |
Remove trailing space char.
-Erik
-rw-r--r-- | tests/cp_tests.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp_tests.mk b/tests/cp_tests.mk index 1dc4c5ac4..f6e6c0df7 100644 --- a/tests/cp_tests.mk +++ b/tests/cp_tests.mk @@ -16,7 +16,7 @@ cp_clean: cp_tests: cp_clean cp check_exists check_simple_cp check_cp_symlnk \ check_cp_symlink_w_a check_cp_files_to_dir check_cp_files_to_dir_w_d \ - check_cp_files_to_dir_w_p check_cp_files_to_dir_w_p_and_d \ + check_cp_files_to_dir_w_p check_cp_files_to_dir_w_p_and_d \ check_cp_dir_to_dir_wo_a check_cp_dir_to_dir_w_a \ check_cp_dir_to_dir_w_a_take_two |