From bd933c125073bf5b071d8ea0631de8aac3a8c3e9 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 23 Oct 2009 08:54:53 -0600 Subject: tests: enhance stdbuf and timeout tests * tests/misc/timeout-parameters: Validate exact exit status. * tests/misc/stdbuf: Likewise. * tests/misc/timeout: Likewise. Use require_built_. * tests/misc/arch: Likewise. --- tests/misc/arch | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tests/misc/arch') diff --git a/tests/misc/arch b/tests/misc/arch index 9a437568d..04bce0e1a 100755 --- a/tests/misc/arch +++ b/tests/misc/arch @@ -17,12 +17,7 @@ # along with this program. If not, see . . $srcdir/test-lib.sh - -# skip this test if arch isn't being built. -case " $built_programs " in - *" arch "*) ;; - *) skip_test_ 'not building arch';; -esac +require_built_ arch if test "$VERBOSE" = yes; then set -x -- cgit v1.2.3-54-g00ecf