test: sysfs: Fix readability-static-accessed-through-instance

```
/home/andrew/src/openbmc/phosphor-led-sysfs/build/../test/sysfs.cpp:67:26: error: static member accessed through instance [readability-static-accessed-through-instance,-warnings-as-errors]
            f.exceptions(f.failbit);
                         ^~
                         std::ofstream::
/home/andrew/src/openbmc/phosphor-led-sysfs/build/../test/sysfs.cpp:72:22: error: static member accessed through instance [readability-static-accessed-through-instance,-warnings-as-errors]
        f.exceptions(f.failbit);
                     ^~
                     std::ofstream::
```

Change-Id: I003097a68f17d4ec7ea8dee2e9638d8708770276
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
1 file changed