There was an error while loading. Please reload this page.
1 parent 5407a25 commit d0fba19Copy full SHA for d0fba19
1 file changed
.github/jobs/configure-checks/all.bats
@@ -466,8 +466,7 @@ compile_assertions_finished () {
466
files_before=$(find . -type f | sort)
467
run run_configure
468
files_configure=$(find . -type f | sort)
469
- run test "$files_before" = "$files_configure"
470
- assert_failure
+ assert_not_equal "$files_before" = "$files_configure"
471
run make distclean
472
files_after=$(find . -type f | sort)
473
assert_equal "$files_before" = "$files_after"
0 commit comments