[continued from previous message]
-# output is simply discarded. So we exec the FD to /dev/null,
-# effectively closing config.log, so it can be properly (re)opened and
-# appended to by config.status. When coming back to configure, we
-# need to make the FD available again.
-if test "$no_create" != yes; then
- ac_cs_success=:
- ac_config_status_args=
- test "$silent" = yes &&
- ac_config_status_args="$ac_config_status_args --quiet"
- exec 5>/dev/null
- $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
- exec 5>>config.log
- # Use ||, not &&, to avoid exiting from the if with $? = 1, which
- # would make configure fail if this is the last instruction.
- $ac_cs_success || as_fn_exit 1
-fi
-if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
-$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} -fi
-
diff -Nru bonnie++-2.00a+nmu2/debian/changelog bonnie++-2.00a+nmu3/debian/changelog
--- bonnie++-2.00a+nmu2/debian/changelog 2023-09-29 11:16:17.000000000 +0200
+++ bonnie++-2.00a+nmu3/debian/changelog 2025-05-06 20:31:29.000000000 +0200
@@ -1,3 +1,12 @@
+bonnie++ (2.00a+nmu3) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix smoke test: allow stderr. Closes: #1103956
+ + Thanks Yan, Peng <
Peng.Yan@windriver.com> for the patch.
+ + This should allow the package to migrate back to testing.
+
+ -- Lucas Nussbaum <
lucas@debian.org> Tue, 06 May 2025 20:31:29 +0200
+
bonnie++ (2.00a+nmu2) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru bonnie++-2.00a+nmu2/debian/tests/control bonnie++-2.00a+nmu3/debian/tests/control
--- bonnie++-2.00a+nmu2/debian/tests/control 2023-01-24 19:13:48.000000000 +0100
+++ bonnie++-2.00a+nmu3/debian/tests/control 2025-05-06 20:31:29.000000000 +0200
@@ -1 +1,2 @@
Tests: smoke
+Restrictions: allow-stderr
diff -Nru bonnie++-2.00a+nmu2/debian/tests/smoke bonnie++-2.00a+nmu3/debian/tests/smoke
--- bonnie++-2.00a