aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/loslib.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/loslib.js b/tests/loslib.js
index 24e73c8..5f49043 100644
--- a/tests/loslib.js
+++ b/tests/loslib.js
@@ -145,7 +145,7 @@ test('os.date', function (t) {
test('os.getenv', function (t) {
let luaCode = `
- return os.getenv('HOME')
+ return os.getenv('PATH')
`, L;
t.plan(3);