Home
last modified time | relevance | path

Searched refs:TESTFS (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/fs/fs_di/
Dfs_di97 rm -rf ${TESTFS}
129 export TESTFS="$TMP";;
161 echo " Tested Filesystem: $TESTFS"
173 mkdir -p $TESTFS || end_testcase "Could not create $TESTFS"
174 chmod 777 $TESTFS
224 mkdir -p ${TESTFS}/${FILEPATH} || end_testcase "Could not create ${TESTFS}/${FILEPATH}"
225 chmod -R 777 $TESTFS
227 cp $TCtmp/testfile ${TESTFS}/${FILEPATH}
228 cmp $TCtmp/testfile ${TESTFS}/${FILEPATH}/testfile
233 cp ${TESTFS}/${FILEPATH}/testfile $TCtmp/testfile_copy
[all …]