aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-14 22:16:59 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-14 22:16:59 +0000
commitab250c4651d740be9ff53d2f5ac744a6bcfab83d (patch)
tree4caae0e5cca30ed9ebdf8de0e0a8176dd860d769 /tests
parent7d7a99ca6e7ee92dcd29be4ea8e7b0563ca024eb (diff)
downloadbusybox-w32-ab250c4651d740be9ff53d2f5ac744a6bcfab83d.tar.gz
busybox-w32-ab250c4651d740be9ff53d2f5ac744a6bcfab83d.tar.bz2
busybox-w32-ab250c4651d740be9ff53d2f5ac744a6bcfab83d.zip
Remove trailing space char.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@649 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'tests')
-rw-r--r--tests/cp_tests.mk2
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:
16 16
17cp_tests: cp_clean cp check_exists check_simple_cp check_cp_symlnk \ 17cp_tests: cp_clean cp check_exists check_simple_cp check_cp_symlnk \
18 check_cp_symlink_w_a check_cp_files_to_dir check_cp_files_to_dir_w_d \ 18 check_cp_symlink_w_a check_cp_files_to_dir check_cp_files_to_dir_w_d \
19 check_cp_files_to_dir_w_p check_cp_files_to_dir_w_p_and_d \ 19 check_cp_files_to_dir_w_p check_cp_files_to_dir_w_p_and_d \
20 check_cp_dir_to_dir_wo_a check_cp_dir_to_dir_w_a \ 20 check_cp_dir_to_dir_wo_a check_cp_dir_to_dir_w_a \
21 check_cp_dir_to_dir_w_a_take_two 21 check_cp_dir_to_dir_w_a_take_two
22 22