X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-exclude6.sh;h=a20f83c81a5b3d7f94f854c2059dbc6b3e07c810;hb=880d107;hp=9555809fe183c76c5cd65d47c1b4a487b03ea3da;hpb=f28a2482feb7b5870dea9c7fb895622cdca5bd30;p=gnulib.git diff --git a/tests/test-exclude6.sh b/tests/test-exclude6.sh index 9555809fe..a20f83c81 100755 --- a/tests/test-exclude6.sh +++ b/tests/test-exclude6.sh @@ -1,6 +1,6 @@ #! /bin/sh # Test suite for exclude. -# Copyright (C) 2009 Free Software Foundation, Inc. +# Copyright (C) 2009, 2010 Free Software Foundation, Inc. # This file is part of the GNUlib Library. # # This program is free software: you can redistribute it and/or modify @@ -33,7 +33,9 @@ bar: 1 foo/bar: 0 EOT -./test-exclude$EXEEXT -anchored $LIST -- bar foo/bar | diff -c $TMP - || ERR=1 +./test-exclude$EXEEXT -anchored $LIST -- bar foo/bar | + tr -d '\015' | + diff -c $TMP - || ERR=1 rm -f $TMP $LIST exit $ERR