diff --git a/binding.gyp b/binding.gyp index 803d960..0e356fe 100644 --- a/binding.gyp +++ b/binding.gyp @@ -15,44 +15,92 @@ "dependencies": [ " { getVolumeMetadata("/nonexistent", { onlyDirectories: false, }), - ).rejects.toThrow(/Failed to get volume statistics/); + ).rejects.toThrow(/Failed to get volume (statistics|information)/); }); it("handles non-existant mount points (from js)", async () => {