pkgsrc-Changes archive

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

CVS commit: pkgsrc/regress/tools/files



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri Nov 30 19:55:26 UTC 2018

Modified Files:
        pkgsrc/regress/tools/files: sh-test.sh

Log Message:
regress/tools: disable failing test on NetBSD

See bin/53754.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/regress/tools/files/sh-test.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/regress/tools/files/sh-test.sh
diff -u pkgsrc/regress/tools/files/sh-test.sh:1.1 pkgsrc/regress/tools/files/sh-test.sh:1.2
--- pkgsrc/regress/tools/files/sh-test.sh:1.1   Thu Nov  9 12:39:55 2006
+++ pkgsrc/regress/tools/files/sh-test.sh       Fri Nov 30 19:55:26 2018
@@ -1,5 +1,5 @@
 #! /bin/sh
-# $NetBSD: sh-test.sh,v 1.1 2006/11/09 12:39:55 rillig Exp $
+# $NetBSD: sh-test.sh,v 1.2 2018/11/30 19:55:26 rillig Exp $
 #
 
 set -e
@@ -37,5 +37,8 @@ sh_assert_equals() {
 nl="
 "
 
+# This test fails with /bin/sh from 2018-11-08, see bin/53754.
+if [ "`uname -s`" != "NetBSD" ]; then
 line="#define bindir \"/usr/bin\" /* bar */"
 sh_assert_equals "removing C comments" "#define bindir \"/usr/bin\" " "${line%%/\**}"
+fi



Home | Main Index | Thread Index | Old Index