Source-Changes-HG archive

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

[src/pgoyette-compat]: src/tests/lib/libc/net/getaddrinfo Import fix from HEAD.



details:   https://anonhg.NetBSD.org/src/rev/314c5269ad36
branches:  pgoyette-compat
changeset: 447421:314c5269ad36
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Jan 10 11:15:49 2019 +0000

description:
Import fix from HEAD.

Now that the test behaves normally under failure (mismatched actual vs
expected outputs), maybe I can figure out why it actually fails.

diffstat:

 tests/lib/libc/net/getaddrinfo/t_getaddrinfo.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9e945b53ef09 -r 314c5269ad36 tests/lib/libc/net/getaddrinfo/t_getaddrinfo.sh
--- a/tests/lib/libc/net/getaddrinfo/t_getaddrinfo.sh   Thu Jan 10 03:44:20 2019 +0000
+++ b/tests/lib/libc/net/getaddrinfo/t_getaddrinfo.sh   Thu Jan 10 11:15:49 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_getaddrinfo.sh,v 1.2 2011/06/15 07:54:32 jmmv Exp $
+#      $NetBSD: t_getaddrinfo.sh,v 1.2.40.1 2019/01/10 11:15:49 pgoyette Exp $
 
 #
 # Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, and 2002 WIDE Project.
@@ -55,7 +55,7 @@
        fi
 
        cmp  -s $(atf_get_srcdir)/data/${exp} out && return
-       diff -u $(atf_get_srcdir)/data/${exp} out && \
+       diff -u $(atf_get_srcdir)/data/${exp} out
        atf_fail "Actual output does not match expected output"
 }
 



Home | Main Index | Thread Index | Old Index