diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ChangeLog | 5 | ||||
-rw-r--r-- | tests/f_hurd/expect.1 | 12 | ||||
-rw-r--r-- | tests/f_hurd/expect.2 | 7 | ||||
-rw-r--r-- | tests/f_hurd/image.gz | bin | 0 -> 401 bytes | |||
-rw-r--r-- | tests/f_hurd/name | 1 |
5 files changed, 25 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index f001f0b5..474cae8c 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2000-05-08 Theodore Ts'o <tytso@valinux.com> + + * f_hurd: Add test for Hurd-specific features (right now, just + checks to make sure the filetype feature is cleared) + 2000-04-06 Theodore Ts'o <tytso@valinux.com> * f_filetype: Updated expect script to match with new text for diff --git a/tests/f_hurd/expect.1 b/tests/f_hurd/expect.1 new file mode 100644 index 00000000..f7bfc566 --- /dev/null +++ b/tests/f_hurd/expect.1 @@ -0,0 +1,12 @@ +The Hurd does not support the filetype feature. +Clear? yes + +Pass 1: Checking inodes, blocks, and sizes +Pass 2: Checking directory structure +Pass 3: Checking directory connectivity +Pass 4: Checking reference counts +Pass 5: Checking group summary information + +test_filesys: ***** FILE SYSTEM WAS MODIFIED ***** +test_filesys: 11/16 files (0.0% non-contiguous), 20/100 blocks +Exit status is 1 diff --git a/tests/f_hurd/expect.2 b/tests/f_hurd/expect.2 new file mode 100644 index 00000000..44bff624 --- /dev/null +++ b/tests/f_hurd/expect.2 @@ -0,0 +1,7 @@ +Pass 1: Checking inodes, blocks, and sizes +Pass 2: Checking directory structure +Pass 3: Checking directory connectivity +Pass 4: Checking reference counts +Pass 5: Checking group summary information +test_filesys: 11/16 files (0.0% non-contiguous), 20/100 blocks +Exit status is 0 diff --git a/tests/f_hurd/image.gz b/tests/f_hurd/image.gz Binary files differnew file mode 100644 index 00000000..58ffe0ce --- /dev/null +++ b/tests/f_hurd/image.gz diff --git a/tests/f_hurd/name b/tests/f_hurd/name new file mode 100644 index 00000000..a692986d --- /dev/null +++ b/tests/f_hurd/name @@ -0,0 +1 @@ +GNU/Hurd specific tests |