summaryrefslogtreecommitdiff
path: root/test/simple/test-os.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/simple/test-os.js')
-rw-r--r--test/simple/test-os.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/simple/test-os.js b/test/simple/test-os.js
index 92d1a264c1..a70142f9f7 100644
--- a/test/simple/test-os.js
+++ b/test/simple/test-os.js
@@ -79,3 +79,6 @@ switch (platform) {
assert.deepEqual(actual, expected);
break;
}
+
+var EOL = os.EOL;
+assert.ok(EOL.length > 0);