bug-gnulib
[Top][All Lists]
Advanced

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

argp: fix test failure on mingw


From: Bruno Haible
Subject: argp: fix test failure on mingw
Date: Tue, 22 Apr 2008 00:31:35 +0200
User-agent: KMail/1.5.4

This fixes a test failure on mingw, in the cygwin development environment.

2008-04-21  Bruno Haible  <address@hidden>

        Fix test failure on mingw.
        * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.

--- tests/test-argp-2.sh.orig   2008-04-22 00:30:20.000000000 +0200
+++ tests/test-argp-2.sh        2008-04-22 00:19:39.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Test suite for argp.
-# Copyright (C) 2006-2007 Free Software Foundation, Inc.
+# Copyright (C) 2006-2008 Free Software Foundation, Inc.
 # This file is part of the GNUlib Library.
 #
 # This program is free software: you can redistribute it and/or modify
@@ -27,7 +27,7 @@
   sed '1{
          s,: [^ ]*/test-argp,: test-argp,
          s,: test-argp\.exe,: test-argp,
-        }' | diff -c $TMP -
+        }' | LC_ALL=C tr -d '\r' | diff -c $TMP -
 }  
 
 ####





reply via email to

[Prev in Thread] Current Thread [Next in Thread]