gzip: fix bug with any upper case custom ('-S'-specified) suffix
[debian/gzip] / tests / Makefile.am
index 20ea2219b85d6c49fa7a96fa1284e093743bb1c0..ed5dfdf35ac9aec0d4e08568b3127009b5a2658d 100644 (file)
@@ -12,7 +12,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 TESTS =                                        \
   gzip-env                             \
@@ -28,6 +28,8 @@ TESTS =                                       \
   timestamp                            \
   trailing-nul                         \
   unpack-invalid                       \
+  unpack-valid                         \
+  upper-suffix                         \
   z-suffix                             \
   zdiff                                        \
   zgrep-f                              \