From: Tim Shimmin Date: Mon, 14 Nov 2005 14:08:38 +0000 (+0000) Subject: ensure file foo doesn't exist X-Git-Tag: v1.1.0~679 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=990438f72795983c7a9486c41004a4e14edf37ce;p=users%2Fhch%2Fxfstests-dev.git ensure file foo doesn't exist Merge of master-melb:xfs-cmds:24400a by kenmcd. ensure file foo doesn't already exist --- diff --git a/097 b/097 index 6f6f8c074..b7fe1f20c 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:"