ensure file foo doesn't exist

Merge of master-melb:xfs-cmds:24400a by kenmcd.

  ensure file foo doesn't already exist
This commit is contained in:
Tim Shimmin
2005-11-14 14:08:38 +00:00
parent 834e691c4e
commit 990438f727
+1
View File
@@ -69,6 +69,7 @@ TARGET_DIR=$SCRATCH_MNT
cd $TARGET_DIR cd $TARGET_DIR
echo "create file foo" echo "create file foo"
rm -f foo
touch foo touch foo
echo "should be no EAs for foo:" echo "should be no EAs for foo:"