From f3a8588fd50db29c1013b67f600549aef077e176 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 19 Apr 2005 07:26:46 +0000 Subject: * tests/mv/mv-special-1: Use test -p to test for fifos. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9636d319b..550434711 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,12 @@ * Version 5.3.1. + * tests/mv/mv-special-1: Use test -p to test for fifos, rather + than the (incorrect) test -f and the (inadequate) ls. ls is + inadequate because on some hosts a buggy mv will create a file of + the wrong type (problem reported by Eric Blake). Skip this test + if test -p doesn't work. + * tests/chmod/setgid: Use numeric group ids, not symbolic group names, since the latter can have shell metacharacters in them (e.g., spaces). This follows up to the 2005-01-17 patch, which missed this occurrence. -- cgit v1.2.3-54-g00ecf