From 848744c8189abdba50d0fdf5dbd2a713ac210632 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 30 Jun 2012 19:46:13 +0200 Subject: [PATCH] tests: prefer "test ! -e FILE" to check that a file doesn't exist * t/autohdrdry.sh: Here, rather than using "test ! -r FILE". Signed-off-by: Stefano Lattarini --- t/autohdrdry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/autohdrdry.sh b/t/autohdrdry.sh index 3bd474ea0..af6c198d1 100755 --- a/t/autohdrdry.sh +++ b/t/autohdrdry.sh @@ -37,6 +37,6 @@ $MAKE rm -f config.h $MAKE -n test -f stamp-h1 -test ! -r config.h +test ! -e config.h : -- 2.47.2