]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
fix typo, bozo -- TEST_MNT -> TEST_DIR; extra notrun checks now work.
authorfsgqa <fsgqa>
Tue, 7 May 2002 23:21:16 +0000 (23:21 +0000)
committerfsgqa <fsgqa>
Tue, 7 May 2002 23:21:16 +0000 (23:21 +0000)
066

diff --git a/066 b/066
index 33d86f247e60f8617918c0027ca25bf5cefbfd53..691a3b673819c15647ff713813e3998d2e9d8ea4 100755 (executable)
--- 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"