]> git.pld-linux.org Git - packages/coreutils.git/commitdiff
- no /dev on builders auto/th/coreutils-8.21-3
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 3 Dec 2013 12:36:10 +0000 (13:36 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 3 Dec 2013 12:36:10 +0000 (13:36 +0100)
- rel 3

coreutils.spec
tests.patch

index 0d4a971d464dc6010de670cff52113b8d62e3553..d58828a7f58edbc9ea7208054759e0dcb9693a44 100644 (file)
@@ -7,7 +7,7 @@ Summary:        GNU Core-utils - basic command line utilities
 Summary(pl.UTF-8):     GNU Core-utils - podstawowe narzędzia działające z linii poleceń
 Name:          coreutils
 Version:       8.21
-Release:       2
+Release:       3
 License:       GPL v3+
 Group:         Applications/System
 Source0:       http://ftp.gnu.org/gnu/coreutils/%{name}-%{version}.tar.xz
index d22f8a87780f86dd29f8a6d466e856d9949c1ac8..0928479bf0b9c74fb21e3f3a2ba29d27adb5aea3 100644 (file)
  if test $double_slash = //; then
    test "$out" = "/$nl//" || fail=1
  else
+--- coreutils-8.21/tests/misc/nohup.sh~        2013-01-31 01:46:24.000000000 +0100
++++ coreutils-8.21/tests/misc/nohup.sh 2013-12-03 13:35:51.952568924 +0100
+@@ -61,18 +61,18 @@
+ # Bug present through coreutils 8.0: failure to print advisory message
+ # to stderr must be fatal.  Requires stdout to be terminal.
+-if test -w /dev/full && test -c /dev/full; then
+-(
+-  exec >/dev/tty
+-  test -t 1 || exit 0
+-  nohup echo hi 2> /dev/full
+-  test $? = 125 || fail=1
+-  test -f nohup.out || fail=1
+-  test -s nohup.out && fail=1
+-  rm -f nohup.out
+-  exit $fail
+-) || fail=1
+-fi
++#if test -w /dev/full && test -c /dev/full; then
++#(
++#  exec >/dev/tty
++#  test -t 1 || exit 0
++#  nohup echo hi 2> /dev/full
++#  test $? = 125 || fail=1
++#  test -f nohup.out || fail=1
++#  test -s nohup.out && fail=1
++#  rm -f nohup.out
++#  exit $fail
++#) || fail=1
++#fi
+ nohup no-such-command 2> err
+ errno=$?
This page took 0.121769 seconds and 4 git commands to generate.