Skip to content

Commit d0fba19

Browse files
committed
use new function
1 parent 5407a25 commit d0fba19

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,8 +466,7 @@ compile_assertions_finished () {
466466
files_before=$(find . -type f | sort)
467467
run run_configure
468468
files_configure=$(find . -type f | sort)
469-
run test "$files_before" = "$files_configure"
470-
assert_failure
469+
assert_not_equal "$files_before" = "$files_configure"
471470
run make distclean
472471
files_after=$(find . -type f | sort)
473472
assert_equal "$files_before" = "$files_after"

0 commit comments

Comments
 (0)