diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-06 21:00:19 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-06 21:00:19 +0200 |
commit | 1ff1a75710dd0c2d72d1f97f71caebdfeb185f6d (patch) | |
tree | 883d48f1373a9c66c50ada37b84f9a1e66d9084a | |
parent | 50b8b2914b7551b4e36518fcc70aac201d46d7cb (diff) | |
download | busybox-1ff1a75710dd0c2d72d1f97f71caebdfeb185f6d.tar.gz |
ash: rename redir5.tests (hush has redir5.tests which is different)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | shell/ash_test/ash-redir/redir5.right | 2 | ||||
-rw-r--r-- | shell/ash_test/ash-redir/redir_to_bad_fd.right | 2 | ||||
-rwxr-xr-x | shell/ash_test/ash-redir/redir_to_bad_fd.tests (renamed from shell/ash_test/ash-redir/redir5.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 9d0877765..000000000 --- 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 000000000..43b8af293 --- /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 index 91b0c1ff9..91b0c1ff9 100755 --- a/shell/ash_test/ash-redir/redir5.tests +++ b/shell/ash_test/ash-redir/redir_to_bad_fd.tests |