From: oech3 <79379754+oech3@users.noreply.github.com> Date: Wed, 25 Mar 2026 17:08:51 +0000 (+0900) Subject: tests: od: ensure -j1 /dev/null succeeds X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc3dd92f84f8cb8e4f18ece95f250fde8eff78c7;p=thirdparty%2Fcoreutils.git tests: od: ensure -j1 /dev/null succeeds Users may be using this to convert bases. * tests/od/od-j.sh: Add a test case. https://github.com/coreutils/coreutils/pull/228 --- diff --git a/tests/od/od-j.sh b/tests/od/od-j.sh index 4c76f9e7d4..98e5f2c099 100755 --- a/tests/od/od-j.sh +++ b/tests/od/od-j.sh @@ -19,6 +19,8 @@ . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ od +od -j1 /dev/null || fail=1 + for file in ${srcdir=.}/tests/init.sh /proc/version /sys/kernel/profiling; do test -r $file || continue