idiot - i got the if conditional the wrong way around.

This commit is contained in:
Nathan Scott
2001-05-23 00:13:55 +00:00
parent 90367d9e26
commit 51755bd9b8
+2
View File
@@ -83,6 +83,8 @@ _exercise()
umask 022
touch $SCRATCH_MNT/testfile
if src/feature -c $SCRATCH_MNT/testfile; then
:
else
_notrun "Installed fileutils doesn't support 32 bit uids/gids"
fi