[git commit] ash: rename redir5.tests (hush has redir5.tests which is different)

Denys Vlasenko vda.linux at googlemail.com
Thu Jul 6 19:00:19 UTC 2017


commit: https://git.busybox.net/busybox/commit/?id=1ff1a75710dd0c2d72d1f97f71caebdfeb185f6d
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 shell/ash_test/ash-redir/redir5.right                            | 2 --
 shell/ash_test/ash-redir/redir_to_bad_fd.right                   | 2 ++
 shell/ash_test/ash-redir/{redir5.tests => redir_to_bad_fd.tests} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/shell/ash_test/ash-redir/redir5.right b/shell/ash_test/ash-redir/redir5.right
deleted file mode 100644
index 9d08777..0000000
--- a/shell/ash_test/ash-redir/redir5.right
+++ /dev/null
@@ -1,2 +0,0 @@
-./redir5.tests: line 2: 10: Bad file descriptor
-OK
diff --git a/shell/ash_test/ash-redir/redir_to_bad_fd.right b/shell/ash_test/ash-redir/redir_to_bad_fd.right
new file mode 100644
index 0000000..43b8af2
--- /dev/null
+++ b/shell/ash_test/ash-redir/redir_to_bad_fd.right
@@ -0,0 +1,2 @@
+./redir_to_bad_fd.tests: line 2: 10: Bad file descriptor
+OK
diff --git a/shell/ash_test/ash-redir/redir5.tests b/shell/ash_test/ash-redir/redir_to_bad_fd.tests
similarity index 100%
rename from shell/ash_test/ash-redir/redir5.tests
rename to shell/ash_test/ash-redir/redir_to_bad_fd.tests


More information about the busybox-cvs mailing list