diff options
author | Brian C. Lane <bcl@redhat.com> | 2011-06-21 10:44:18 -0700 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-06-22 21:56:10 +0200 |
commit | b8f017f18fa99f9377ef461cbbd3264c7878a9aa (patch) | |
tree | 5060766c652ebebba7d65b7de44caaeff0c9cac6 /tests/Makefile.am | |
parent | 801a0d9957116757dddc4e62abe62a403d22c9b2 (diff) | |
download | parted-b8f017f18fa99f9377ef461cbbd3264c7878a9aa.tar.gz |
tests: add test for value less than 1
* tests/t9023-value-lt-one.sh: New file.
* tests/Makefile.am (TESTS): Add it.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 7487a5d..b57142b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -45,6 +45,7 @@ TESTS = \ t9020-alignment.sh \ t9021-maxima.sh \ t9022-one-unit-snap.sh \ + t9023-value-lt-one.sh \ t9030-align-check.sh \ t9040-many-partitions.sh \ t9041-undetected-in-use-16th-partition.sh \ |