bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tests/od/x8 fix for Solaris 8 c89


From: Paul Eggert
Subject: tests/od/x8 fix for Solaris 8 c89
Date: Sun, 20 Feb 2005 23:25:40 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

I installed this to remove another test-case assumption that 64-bit
ints are supported.

2005-02-20  Paul Eggert  <address@hidden>

        * tests/od/x8: Don't assume that the current host supports
        8-byte int.

--- x8  8 Oct 2002 09:21:09 -0000       1.3
+++ x8  21 Feb 2005 07:22:49 -0000      1.4
@@ -7,6 +7,11 @@ if test "$VERBOSE" = yes; then
   od --version
 fi
 
+od -t x8 /dev/null >/dev/null || {
+  echo >&2 "$0: 8-byte test skipped"
+  exit 77
+}
+
 pwd=`pwd`
 t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$
 trap 'status=$?; cd $pwd; chmod -R u+rwx $t0; rm -rf $t0 && exit $status' 0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]