bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] tests: Adjust to recent SET_BINARY change


From: Bruno Haible
Subject: Re: [PATCH] tests: Adjust to recent SET_BINARY change
Date: Thu, 16 Feb 2017 03:42:30 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-62-generic; KDE/5.18.0; x86_64; ; )

Hi Paul,

> --- a/tests/test-binary-io.sh
> +++ b/tests/test-binary-io.sh
> @@ -6,8 +6,6 @@ trap 'rm -fr $tmpfiles' 1 2 3 15
>  tmpfiles="$tmpfiles t-bin-out0.tmp t-bin-out1.tmp t-bin-out2.tmp"
>  ./test-binary-io${EXEEXT} 1 > t-bin-out1.tmp || exit 1
>  cmp t-bin-out0.tmp t-bin-out1.tmp > /dev/null || exit 1
> -./test-binary-io${EXEEXT} 2 > t-bin-out2.tmp || exit 1
> -cmp t-bin-out0.tmp t-bin-out2.tmp > /dev/null || exit 1
>  
>  rm -fr $tmpfiles

Here's a followup cleanup:

--- a/tests/test-binary-io.sh
+++ b/tests/test-binary-io.sh
@@ -3,7 +3,7 @@
 tmpfiles=""
 trap 'rm -fr $tmpfiles' 1 2 3 15
 
-tmpfiles="$tmpfiles t-bin-out0.tmp t-bin-out1.tmp t-bin-out2.tmp"
+tmpfiles="$tmpfiles t-bin-out0.tmp t-bin-out1.tmp"
 ./test-binary-io${EXEEXT} 1 > t-bin-out1.tmp || exit 1
 cmp t-bin-out0.tmp t-bin-out1.tmp > /dev/null || exit 1
 

Bruno




reply via email to

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