2021-09-21 12:01:38 +00:00
|
|
|
diff --git a/libparted/tests/Makefile.am b/libparted/tests/Makefile.am
|
|
|
|
index c92a3a3..915bbc4 100644
|
|
|
|
--- a/libparted/tests/Makefile.am
|
|
|
|
+++ b/libparted/tests/Makefile.am
|
2024-02-01 10:17:23 +00:00
|
|
|
@@ -4,7 +4,7 @@
|
2021-09-21 12:01:38 +00:00
|
|
|
# This file may be modified and/or distributed without restriction.
|
|
|
|
|
2024-02-01 10:17:23 +00:00
|
|
|
TESTS = t1000-label.sh t1001-flags.sh t2000-disk.sh t2100-zerolen.sh \
|
|
|
|
- t3000-symlink.sh t4000-volser.sh
|
|
|
|
+ t3000-symlink.sh
|
2021-09-21 12:01:38 +00:00
|
|
|
EXTRA_DIST = $(TESTS)
|
2024-02-01 10:17:23 +00:00
|
|
|
check_PROGRAMS = label disk zerolen symlink volser flags
|
2021-09-21 12:01:38 +00:00
|
|
|
AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
|
2024-02-01 10:17:23 +00:00
|
|
|
|
|
|
|
|
2021-09-21 12:01:38 +00:00
|
|
|
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
|
|
|
index f9340aa..9d0d08f 100644
|
|
|
|
--- a/tests/Makefile.am
|
|
|
|
+++ b/tests/Makefile.am
|
2024-02-01 10:17:23 +00:00
|
|
|
@@ -63,7 +63,6 @@
|
2021-09-21 12:01:38 +00:00
|
|
|
t3200-type-change.sh \
|
2022-04-21 05:58:32 +00:00
|
|
|
t3210-gpt-type-change.sh \
|
2021-09-21 12:01:38 +00:00
|
|
|
t3300-palo-prep.sh \
|
|
|
|
- t3310-flags.sh \
|
|
|
|
t3400-whole-disk-FAT-partition.sh \
|
|
|
|
t4000-sun-raid-type.sh \
|
|
|
|
t4001-sun-vtoc.sh \
|