fix typo, bozo -- TEST_MNT -> TEST_DIR; extra notrun checks now work.

This commit is contained in:
fsgqa
2002-05-07 23:21:16 +00:00
parent 782ce69109
commit 8f4530efb9
+1 -1
View File
@@ -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"