X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftest-exclude5.sh;h=7f95ea7f2817edf3a2dcafbbbf6413cf28b2f5ef;hb=7170ee077cc44186a70cb264ceb8352a1349e05b;hp=0d717886cb72c7f88f8950ccb6a4e3236d1c31f1;hpb=f28a2482feb7b5870dea9c7fb895622cdca5bd30;p=pspp diff --git a/tests/test-exclude5.sh b/tests/test-exclude5.sh index 0d717886cb..7f95ea7f28 100755 --- a/tests/test-exclude5.sh +++ b/tests/test-exclude5.sh @@ -1,6 +1,6 @@ #! /bin/sh # Test suite for exclude. -# Copyright (C) 2009 Free Software Foundation, Inc. +# Copyright (C) 2009-2011 Free Software Foundation, Inc. # This file is part of the GNUlib Library. # # This program is free software: you can redistribute it and/or modify @@ -35,7 +35,9 @@ barz: 0 foo/bar: 1 EOT -./test-exclude$EXEEXT -leading_dir $LIST -- bar bar/qux barz foo/bar | diff -c $TMP - || ERR=1 +./test-exclude$EXEEXT -leading_dir $LIST -- bar bar/qux barz foo/bar | + tr -d '\015' | + diff -c $TMP - || ERR=1 rm -f $TMP $LIST exit $ERR