From 1b3bb56e668bbd5545e028464faa8f801deceb8e Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Mon, 25 May 2020 13:37:12 -0500 Subject: [PATCH] tests ~ add missing test_UTIL module files (with 'ToDO' comments) - common_core utils - additional 'windows' utils - additional 'unix' utils --- tests/by-util/test_chroot.rs | 1 + tests/by-util/test_groups.rs | 1 + tests/by-util/test_hostid.rs | 1 + tests/by-util/test_kill.rs | 1 + tests/by-util/test_logname.rs | 1 + tests/by-util/test_mkfifo.rs | 1 + tests/by-util/test_mknod.rs | 1 + tests/by-util/test_nice.rs | 1 + tests/by-util/test_nohup.rs | 1 + tests/by-util/test_nproc.rs | 1 + tests/by-util/test_relpath.rs | 1 + tests/by-util/test_shred.rs | 1 + tests/by-util/test_shuf.rs | 1 + tests/by-util/test_sleep.rs | 1 + tests/by-util/test_sync.rs | 1 + tests/by-util/test_tee.rs | 1 + tests/by-util/test_timeout.rs | 1 + tests/by-util/test_tty.rs | 1 + tests/by-util/test_yes.rs | 1 + 19 files changed, 19 insertions(+) create mode 100644 tests/by-util/test_chroot.rs create mode 100644 tests/by-util/test_groups.rs create mode 100644 tests/by-util/test_hostid.rs create mode 100644 tests/by-util/test_kill.rs create mode 100644 tests/by-util/test_logname.rs create mode 100644 tests/by-util/test_mkfifo.rs create mode 100644 tests/by-util/test_mknod.rs create mode 100644 tests/by-util/test_nice.rs create mode 100644 tests/by-util/test_nohup.rs create mode 100644 tests/by-util/test_nproc.rs create mode 100644 tests/by-util/test_relpath.rs create mode 100644 tests/by-util/test_shred.rs create mode 100644 tests/by-util/test_shuf.rs create mode 100644 tests/by-util/test_sleep.rs create mode 100644 tests/by-util/test_sync.rs create mode 100644 tests/by-util/test_tee.rs create mode 100644 tests/by-util/test_timeout.rs create mode 100644 tests/by-util/test_tty.rs create mode 100644 tests/by-util/test_yes.rs diff --git a/tests/by-util/test_chroot.rs b/tests/by-util/test_chroot.rs new file mode 100644 index 000000000..651491045 --- /dev/null +++ b/tests/by-util/test_chroot.rs @@ -0,0 +1 @@ +// ToDO: add tests diff --git a/tests/by-util/test_groups.rs b/tests/by-util/test_groups.rs new file mode 100644 index 000000000..651491045 --- /dev/null +++ b/tests/by-util/test_groups.rs @@ -0,0 +1 @@ +// ToDO: add tests diff --git a/tests/by-util/test_hostid.rs b/tests/by-util/test_hostid.rs new file mode 100644 index 000000000..651491045 --- /dev/null +++ b/tests/by-util/test_hostid.rs @@ -0,0 +1 @@ +// ToDO: add tests diff --git a/tests/by-util/test_kill.rs b/tests/by-util/test_kill.rs new file mode 100644 index 000000000..651491045 --- /dev/null +++ b/tests/by-util/test_kill.rs @@ -0,0 +1 @@ +// ToDO: add tests diff --git a/tests/by-util/test_logname.rs b/tests/by-util/test_logname.rs new file mode 100644 index 000000000..651491045 --- /dev/null +++ b/tests/by-util/test_logname.rs @@ -0,0 +1 @@ +// ToDO: add tests diff --git a/tests/by-util/test_mkfifo.rs b/tests/by-util/test_mkfifo.rs new file mode 100644 index 000000000..651491045 --- /dev/null +++ b/tests/by-util/test_mkfifo.rs @@ -0,0 +1 @@ +// ToDO: add tests diff --git a/tests/by-util/test_mknod.rs b/tests/by-util/test_mknod.rs new file mode 100644 index 000000000..651491045 --- /dev/null +++ b/tests/by-util/test_mknod.rs @@ -0,0 +1 @@ +// ToDO: add tests diff --git a/tests/by-util/test_nice.rs b/tests/by-util/test_nice.rs new file mode 100644 index 000000000..651491045 --- /dev/null +++ b/tests/by-util/test_nice.rs @@ -0,0 +1 @@ +// ToDO: add tests diff --git a/tests/by-util/test_nohup.rs b/tests/by-util/test_nohup.rs new file mode 100644 index 000000000..651491045 --- /dev/null +++ b/tests/by-util/test_nohup.rs @@ -0,0 +1 @@ +// ToDO: add tests diff --git a/tests/by-util/test_nproc.rs b/tests/by-util/test_nproc.rs new file mode 100644 index 000000000..651491045 --- /dev/null +++ b/tests/by-util/test_nproc.rs @@ -0,0 +1 @@ +// ToDO: add tests diff --git a/tests/by-util/test_relpath.rs b/tests/by-util/test_relpath.rs new file mode 100644 index 000000000..651491045 --- /dev/null +++ b/tests/by-util/test_relpath.rs @@ -0,0 +1 @@ +// ToDO: add tests diff --git a/tests/by-util/test_shred.rs b/tests/by-util/test_shred.rs new file mode 100644 index 000000000..651491045 --- /dev/null +++ b/tests/by-util/test_shred.rs @@ -0,0 +1 @@ +// ToDO: add tests diff --git a/tests/by-util/test_shuf.rs b/tests/by-util/test_shuf.rs new file mode 100644 index 000000000..651491045 --- /dev/null +++ b/tests/by-util/test_shuf.rs @@ -0,0 +1 @@ +// ToDO: add tests diff --git a/tests/by-util/test_sleep.rs b/tests/by-util/test_sleep.rs new file mode 100644 index 000000000..651491045 --- /dev/null +++ b/tests/by-util/test_sleep.rs @@ -0,0 +1 @@ +// ToDO: add tests diff --git a/tests/by-util/test_sync.rs b/tests/by-util/test_sync.rs new file mode 100644 index 000000000..651491045 --- /dev/null +++ b/tests/by-util/test_sync.rs @@ -0,0 +1 @@ +// ToDO: add tests diff --git a/tests/by-util/test_tee.rs b/tests/by-util/test_tee.rs new file mode 100644 index 000000000..651491045 --- /dev/null +++ b/tests/by-util/test_tee.rs @@ -0,0 +1 @@ +// ToDO: add tests diff --git a/tests/by-util/test_timeout.rs b/tests/by-util/test_timeout.rs new file mode 100644 index 000000000..651491045 --- /dev/null +++ b/tests/by-util/test_timeout.rs @@ -0,0 +1 @@ +// ToDO: add tests diff --git a/tests/by-util/test_tty.rs b/tests/by-util/test_tty.rs new file mode 100644 index 000000000..651491045 --- /dev/null +++ b/tests/by-util/test_tty.rs @@ -0,0 +1 @@ +// ToDO: add tests diff --git a/tests/by-util/test_yes.rs b/tests/by-util/test_yes.rs new file mode 100644 index 000000000..651491045 --- /dev/null +++ b/tests/by-util/test_yes.rs @@ -0,0 +1 @@ +// ToDO: add tests