From 990438f72795983c7a9486c41004a4e14edf37ce Mon Sep 17 00:00:00 2001 From: Tim Shimmin Date: Mon, 14 Nov 2005 14:08:38 +0000 Subject: [PATCH] ensure file foo doesn't exist Merge of master-melb:xfs-cmds:24400a by kenmcd. ensure file foo doesn't already exist --- 097 | 1 + 1 file changed, 1 insertion(+) diff --git a/097 b/097 index 6f6f8c07..b7fe1f20 100755 --- a/097 +++ b/097 @@ -69,6 +69,7 @@ TARGET_DIR=$SCRATCH_MNT cd $TARGET_DIR echo "create file foo" +rm -f foo touch foo echo "should be no EAs for foo:" -- 2.47.3