From 0fcb37adcb08e8a74d712ff8a6146f91fa14d7a9 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 20 Mar 2017 21:29:55 -0600 Subject: OC_ -> NC_ Signed-off-by: Morris Jobke --- tests/lib/ConfigTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lib/ConfigTest.php') diff --git a/tests/lib/ConfigTest.php b/tests/lib/ConfigTest.php index f7add114aa8..418f7de0ae1 100644 --- a/tests/lib/ConfigTest.php +++ b/tests/lib/ConfigTest.php @@ -50,7 +50,7 @@ class ConfigTest extends TestCase { public function testGetValueReturnsEnvironmentValueIfSet() { $this->assertEquals('bar', $this->config->getValue('foo')); - putenv('OC_foo=baz'); + putenv('NC_foo=baz'); $this->assertEquals('baz', $this->config->getValue('foo')); } -- cgit v1.2.3