From: fsgqa Date: Tue, 7 May 2002 23:21:16 +0000 (+0000) Subject: fix typo, bozo -- TEST_MNT -> TEST_DIR; extra notrun checks now work. X-Git-Tag: v1.1.0~1118 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8f4530efb9cb6571524df9caf2f0a34c746dab92;p=users%2Fhch%2Fxfstests-dev.git fix typo, bozo -- TEST_MNT -> TEST_DIR; extra notrun checks now work. --- diff --git a/066 b/066 index 33d86f247..691a3b673 100755 --- a/066 +++ b/066 @@ -57,7 +57,7 @@ _my_ls_filter() $AWK_PROG 'NF > 5 {print $5, $9}' } -if src/feature -t $TEST_MNT/testfile; then +if src/feature -t $TEST_DIR/testfile; then : else _notrun "Installed libc has doesn't correctly handle rlimit/ftruncate64"