Skip to content

Commit 6221e5f

Browse files
committed
Remove working test duplication
1 parent 686401e commit 6221e5f

File tree

1 file changed

+0
-62
lines changed

1 file changed

+0
-62
lines changed

.github/jobs/configure-checks/all.bats

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -90,27 +90,6 @@ repo-remove () {
9090
# fi
9191
#}
9292
#
93-
##@test "Default empty configure" {
94-
## # In the default image none of these tools were installed for:
95-
## # arch, alpine, opensuse, fedora, debian & ubuntu
96-
## run pacman -Q
97-
## refute_line "gcc 14.2.1+r753+g1cd744a6828f-1"
98-
## #repo-remove gcc g++ clang
99-
## #run pacman -Q
100-
## #refute_line "gcc 14.2.1+r753+g1cd744a6828f-1"
101-
## #run ./configure
102-
## #assert_failure 1
103-
## #assert_line "checking whether configure should try to set CFLAGS... yes"
104-
## #assert_line "checking whether configure should try to set CXXFLAGS... yes"
105-
## #assert_line "checking whether configure should try to set LDFLAGS... yes"
106-
## #assert_line "checking for gcc... no"
107-
## #assert_line "checking for cc... no"
108-
## #assert_line "checking for cl.exe... no"
109-
## #assert_regex "configure: error: in .${test_path}':"
110-
## #assert_line 'configure: error: no acceptable C compiler found in $PATH'
111-
## #assert_regex "See [\`']config.log' for more details"
112-
##}
113-
#
11493
## Helper functions
11594
#setup_user() {
11695
# uadd=useradd
@@ -202,27 +181,6 @@ repo-remove () {
202181
## fi
203182
##}
204183
##
205-
###@test "Default empty configure" {
206-
### # In the default image none of these tools were installed for:
207-
### # arch, alpine, opensuse, fedora, debian & ubuntu
208-
### run pacman -Q
209-
### refute_line "gcc 14.2.1+r753+g1cd744a6828f-1"
210-
### #repo-remove gcc g++ clang
211-
### #run pacman -Q
212-
### #refute_line "gcc 14.2.1+r753+g1cd744a6828f-1"
213-
### #run ./configure
214-
### #assert_failure 1
215-
### #assert_line "checking whether configure should try to set CFLAGS... yes"
216-
### #assert_line "checking whether configure should try to set CXXFLAGS... yes"
217-
### #assert_line "checking whether configure should try to set LDFLAGS... yes"
218-
### #assert_line "checking for gcc... no"
219-
### #assert_line "checking for cc... no"
220-
### #assert_line "checking for cl.exe... no"
221-
### #assert_regex "configure: error: in .${test_path}':"
222-
### #assert_line 'configure: error: no acceptable C compiler found in $PATH'
223-
### #assert_regex "See [\`']config.log' for more details"
224-
###}
225-
##
226184
### Helper functions
227185
##setup_user() {
228186
## uadd=useradd
@@ -395,26 +353,6 @@ repo-remove () {
395353
## assert_line " * LDFLAGS.............: -fPIE -pie -Wl,-z,relro -Wl,-z,now"
396354
##}
397355
##
398-
##@test "Default empty configure" {
399-
## # In the default image none of these tools were installed for:
400-
## # arch, alpine, opensuse, fedora, debian & ubuntu
401-
## run pacman -Q
402-
## refute_line "gcc 14.2.1+r753+g1cd744a6828f-1"
403-
## #repo-remove gcc g++ clang
404-
## #run pacman -Q
405-
## #refute_line "gcc 14.2.1+r753+g1cd744a6828f-1"
406-
## #run ./configure
407-
## #assert_failure 1
408-
## #assert_line "checking whether configure should try to set CFLAGS... yes"
409-
## #assert_line "checking whether configure should try to set CXXFLAGS... yes"
410-
## #assert_line "checking whether configure should try to set LDFLAGS... yes"
411-
## #assert_line "checking for gcc... no"
412-
## #assert_line "checking for cc... no"
413-
## #assert_line "checking for cl.exe... no"
414-
## #assert_regex "configure: error: in .${test_path}':"
415-
## #assert_line 'configure: error: no acceptable C compiler found in $PATH'
416-
## #assert_regex "See [\`']config.log' for more details"
417-
##}
418356
##
419357
### All compiler checks need the user already
420358
##setup_user

0 commit comments

Comments
 (0)