tests: Rename variable filtime -> filetime as its meant to be

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
Glenn Washburn 2021-09-17 23:03:55 +00:00 committed by Daniel Kiper
parent 6bdcb03bcb
commit d2abd93295

View File

@ -1170,8 +1170,8 @@ for LOGSECSIZE in $(range "$MINLOGSECSIZE" "$MAXLOGSECSIZE" 1); do
fi
if [ x$NOFILETIME != xy ]; then
filtime=$(TZ=UTC ls --time-style=+%Y%m%d%H%M%S -l -d "$MNTPOINTRO/$OSDIR/$BASEFILE"|awk '{print $6; }')
if echo "$LSROUT" | grep -F "$filtime $BASEFILE" > /dev/null; then
filetime=$(TZ=UTC ls --time-style=+%Y%m%d%H%M%S -l -d "$MNTPOINTRO/$OSDIR/$BASEFILE"|awk '{print $6; }')
if echo "$LSROUT" | grep -F "$filetime $BASEFILE" > /dev/null; then
:
else
echo TIME FAIL
@ -1180,8 +1180,8 @@ for LOGSECSIZE in $(range "$MINLOGSECSIZE" "$MAXLOGSECSIZE" 1); do
exit 1
fi
filtime=$(TZ=UTC ls --time-style=+%Y%m%d%H%M%S -l -d "$MNTPOINTRO/$OSDIR/$LONGNAME"|awk '{print $6; }')
if echo "$LSROUT" | grep -F "$filtime $LONGNAME" > /dev/null; then
filetime=$(TZ=UTC ls --time-style=+%Y%m%d%H%M%S -l -d "$MNTPOINTRO/$OSDIR/$LONGNAME"|awk '{print $6; }')
if echo "$LSROUT" | grep -F "$filetime $LONGNAME" > /dev/null; then
:
else
echo LONG TIME FAIL