idiot - i got the if conditional the wrong way around.
authorNathan Scott <nathans@sgi.com>
Wed, 23 May 2001 00:13:55 +0000 (00:13 +0000)
committerNathan Scott <nathans@sgi.com>
Wed, 23 May 2001 00:13:55 +0000 (00:13 +0000)
054

diff --git a/054 b/054
index 27a457eee5b79beabdea7c950f5712ec4cc0b478..ea7f8f4a296f30f2d55de1ba94d0b069b51a6563 100755 (executable)
--- a/054
+++ b/054
@@ -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