From 1efd7057315e5f182b99b03bca0790db950f1e33 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sun, 28 Dec 2014 22:13:25 +0000 Subject: [PATCH] Another fix for the tester. --- tests/tester.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tester.nim b/tests/tester.nim index 701b394..3ad8614 100644 --- a/tests/tester.nim +++ b/tests/tester.nim @@ -54,7 +54,7 @@ test "can uninstall": let ls = outp.processOutput() check exitCode != QuitSuccess check ls[ls.len-1] == " Cannot uninstall issue27b (0.1.0) because " & - "issue27a (0.1.0) depends on it [Enimble]" + "issue27a (0.1.0) depends on it [ENimble]" check execCmdEx(path & " uninstall -y issue27").exitCode == QuitSuccess check execCmdEx(path & " uninstall -y issue27a").exitCode == QuitSuccess