From a1efce0a9b02514d8063be57b45708f17486a406 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Tue, 19 Apr 2011 10:13:45 -0700 Subject: test/misc.test: rm f from the top of the test f might exist before this test is ran. remove it first so the test always starts from the same state. --- test/misc.test | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/misc.test b/test/misc.test index 2cf0360..eab9d17 100644 --- a/test/misc.test +++ b/test/misc.test @@ -3,6 +3,7 @@ Pretty comprehensive ACL tests. This must be run on a filesystem with ACL support. Also, you will need two dummy users (bin and daemon) and a dummy group (daemon). + $ rm -f f $ umask 027 $ touch f -- cgit v1.2.1